Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local s = Instance.new("Sound",workspace)
- s.Name = "BGMusic"
- s.SoundId = "rbxassetid://150015506"
- s.Pitch = 1
- s.Volume = 7
- s.Looped = true
- s.archivable = false
- s.Parent = char
- wait(0.1)
- s:play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement