Advertisement
PasterXIV

Untitled

Sep 22nd, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. local Color = "Blue"
  2.  
  3. game.Players.PlayerAdded:Connect(function(player)
  4. player.Chatted:Connect(function(chat)
  5. local ChatService = game:GetService("Chat")
  6. ChatService:Chat(player.Character.Head,tostring(chat),tostring(Color))
  7. end)
  8. end)
  9.  
  10. ---------------------------------------------------------------------
  11. --dont touch anything above that line
  12.  
  13. --put in serverscriptservice and u good to go
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement