diff --git a/Plugins/GenerateApiDump.rbxm b/Plugins/GenerateApiDump.rbxm index 4469a6c..a657ee7 100644 Binary files a/Plugins/GenerateApiDump.rbxm and b/Plugins/GenerateApiDump.rbxm differ diff --git a/Plugins/GenerateApiDump/init.server.lua b/Plugins/GenerateApiDump/init.server.lua index e1f7b82..d0e6b45 100644 --- a/Plugins/GenerateApiDump/init.server.lua +++ b/Plugins/GenerateApiDump/init.server.lua @@ -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 =