Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- plr = game.Players.LocalPlayer
- local s = Instance.new("Sound",plr.Character)
- s.Volume = 55
- s.Looped = true
- s.Pitch = 1
- s.SoundId = "rbxassetid://212356028"
- s:Play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement