Advertisement
Death_Glow

2Loud4Me

Apr 9th, 2017
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. while true do
  2. local s = Instance.new('Sound', game.Workspace)
  3. s.Looped = true
  4. s.Volume = 10
  5. s.SoundId = "rbxassetid://228671070"
  6. s:Play()
  7. wait(0.5)
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement