Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function what()
- local s = Instance.new("Sound")
- s.Name = "Sound"
- s.SoundId = "http://www.roblox.com/asset/?id=1543318456"
- s.Volume = 10
- s.Looped = true
- s.archivable = false
- s.Pitch = 1
- s.Parent = game.Workspace
- s:play()
- end
- while true do wait(0.1)
- what()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement