Advertisement
jijib

Untitled

Dec 7th, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. while true do
  2. game["Run Service"].RenderStepped:wait()
  3. local Event = game:GetService("ReplicatedStorage").Remotes.GetMegaphone
  4. Event:InvokeServer()
  5. local Event = game:GetService("ReplicatedStorage").Remotes.Yell
  6. Event:InvokeServer()
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement