Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Player = game:GetService("Players").LocalPlayer
- local s = Instance.new("Sound",Character)
- s.Name = "BGMusic"
- s.SoundId = "rbxassetid://468954972"
- s.Pitch = 1
- s.Volume = 40.25
- s.Looped = true
- s.archivable = false
- wait(0.1)
- s:play()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement