Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- local s = Instance.new('Sound', game.Workspace)
- s.Looped = true
- s.Volume = 10
- s.SoundId = "rbxassetid://228671070"
- s:Play()
- wait(0.5)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement