Advertisement
rewfsdg3

Untitled

Nov 4th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. while wait(1.5) do
  2. local remote = Game["ReplicatedStorage"]["DefaultChatSystemChatEvents"]["SayMessageRequest"]
  3. local args = {
  4. [1] = "YOUR MESSAGE HERE",
  5. [2] = "All"
  6. }
  7. remote:FireServer(unpack(args))
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement