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
|
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 =
|
||||||
|
Loading…
Reference in New Issue
Block a user