Advertisement
Guest User

Untitled

a guest
Apr 26th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.32 KB | None | 0 0
  1.  sound = "rbxassetid://141509625"
  2.  a = Instance.new("Sound",workspace)
  3.     a.SoundId = sound
  4.     a.Name = "RAINING MEN"
  5.     a.Volume = 58359
  6.     a.Looped = true
  7.     a:Play()
  8. while true do
  9. wait(0.2)
  10. msg = Instance.new("Message",workspace)
  11.         msg.Text = "amen bitches"
  12.         wait(0.4)
  13.         msg:Destroy()
  14.  
  15. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement