Silence infinite yield in Team Create.
This commit is contained in:
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 =
|
||||||
|
Reference in New Issue
Block a user