Silence infinite yield in Team Create.

This commit is contained in:
Max 2022-04-15 14:26:04 -05:00
parent f8c914dd0b
commit 3209d87331
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -15,8 +15,8 @@ local singletons =
ParabolaAdornment = Instance.new("BoxHandleAdornment"); -- close enough ParabolaAdornment = Instance.new("BoxHandleAdornment"); -- close enough
StarterPlayerScripts = StarterPlayer:WaitForChild("StarterPlayerScripts"); StarterPlayerScripts = StarterPlayer:WaitForChild("StarterPlayerScripts");
StarterCharacterScripts = StarterPlayer:WaitForChild("StarterCharacterScripts"); StarterCharacterScripts = StarterPlayer:WaitForChild("StarterCharacterScripts");
ChatWindowConfiguration = TextChatService:WaitForChild("ChatWindowConfiguration"); ChatWindowConfiguration = TextChatService:WaitForChild("ChatWindowConfiguration", 10);
ChatInputBarConfiguration = TextChatService:WaitForChild("ChatInputBarConfiguration"); ChatInputBarConfiguration = TextChatService:WaitForChild("ChatInputBarConfiguration", 10);
} }
local exceptionClasses = local exceptionClasses =