-- game: https://www.roblox.com/games/2229337338/Draw-It-Redrawn -- Note: If someone Guess the right word you will tho -- scripter: Bread#0067 for a,plr in next, game:GetService("Players"):GetChildren() do plr.Chatted:Connect(function(msg) workspace.GuessWord:InvokeServer(true, msg) end) end game:GetService("Players").PlayerAdded:Connect(function(plr) -- When a new player joins plr.Chatted:Connect(function(msg) workspace.GuessWord:InvokeServer(true, msg) end) end)