Advertisement
Tarr_

script cuss

Feb 16th, 2021
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. game.Players.ChildAdded:connect(function(plry) -- PlayerAdded glitches =/
  2. if plry:IsA("Player") then
  3. plry.Chatted:connect(function(msg)
  4. local color = {"Red"} -- The only 3 colors, adding more will error.
  5. local chat = game:GetService("Chat")
  6. chat:Chat( plry.Character.Head, msg, color[math.random(1,3)] )
  7. end)
  8. end
  9. end)
  10.  
  11.  
  12.  
  13. to make cuss game script
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement