Silence infinite yield in Team Create.
This commit is contained in:
parent
f8c914dd0b
commit
3209d87331
Binary file not shown.
@ -15,8 +15,8 @@ local singletons =
|
||||
ParabolaAdornment = Instance.new("BoxHandleAdornment"); -- close enough
|
||||
StarterPlayerScripts = StarterPlayer:WaitForChild("StarterPlayerScripts");
|
||||
StarterCharacterScripts = StarterPlayer:WaitForChild("StarterCharacterScripts");
|
||||
ChatWindowConfiguration = TextChatService:WaitForChild("ChatWindowConfiguration");
|
||||
ChatInputBarConfiguration = TextChatService:WaitForChild("ChatInputBarConfiguration");
|
||||
ChatWindowConfiguration = TextChatService:WaitForChild("ChatWindowConfiguration", 10);
|
||||
ChatInputBarConfiguration = TextChatService:WaitForChild("ChatInputBarConfiguration", 10);
|
||||
}
|
||||
|
||||
local exceptionClasses =
|
||||
|
Loading…
Reference in New Issue
Block a user