TheUnknownDiscord

message

Oct 20th, 2021 (edited)
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function _G.message(msg, times)
  2. for i = 1, times do
  3. wait(1)
  4. NLS([[
  5. game.ReplicatedStorage.DefaultChatSystemChatEvents[10]:FireServer(msg, "SERVER")
  6. ]],owner.PlayerGui)
  7. end
  8. end
  9.  
Add Comment
Please, Sign In to add comment