Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --New sound api examples
- fuck = 0
- MainSound = Instance.new("Sound")
- MainSound.Name = "Water Symphony"
- MainSound.SoundId = "~/Documents/robloxshit/examplesound.ogg"
- MainSound.LoopStartSample = 100352
- MainSound.Looped = true
- MainSound.LoopEndPassed:connect(function()
- fuck = fuck + 1
- if fuck >= 5 then
- MainSound.Looped = false
- end
- end)
- MainSound:Play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement