Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local s = Instance.new("Sound")
- s.Name = "WindsOfFjords"
- s.SoundId = "http://www.roblox.com/asset/?version=1&id=1065045593"
- s.Volume = 10 -- this is the Volume
- s.Pitch = 1 -- this is the pich
- s.TimePosition = 60.7 -- this is the time position the song is on
- s.Looped = true
- s.PlayOnRemove = false
- s.archivable = false
- s.Parent = game.Workspace
- wait(2)
- s:play()
Add Comment
Please, Sign In to add comment