Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- game.Players.ChildAdded:connect(function(plry) -- PlayerAdded glitches =/
- if plry:IsA("Player") then
- plry.Chatted:connect(function(msg)
- local color = {"Red"} -- The only 3 colors, adding more will error.
- local chat = game:GetService("Chat")
- chat:Chat( plry.Character.Head, msg, color[math.random(1,3)] )
- end)
- end
- end)
- to make cuss game script
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement