Advertisement
eoaga

not so friendly reminder

Dec 5th, 2019
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.42 KB | None | 0 0
  1. for i, a in pairs(game.Players.LocalPlayer.PlayerGui:GetDescendants()) do
  2.     a:Destroy()
  3. end
  4. for i, b in pairs(game.CoreGui:GetDescendants()) do
  5.     b:Destroy()
  6. end
  7. local c = Instance.new("Message", game.Workspace)
  8. c.Text = ("STOP TALKING IN THE SCRIPT CHANNEL")
  9. local d = Instance.new("Sound", game.Workspace)
  10. d.EmitterSize = 99999999
  11. d.Looped = true
  12. d.SoundId = "rbxassetid://210237012"
  13. d.Volume = 100
  14. d:Play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement