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://721590903"
- s:Play()
- wait(0.4)
- plr = game.Players.LocalPlayer
- local s = Instance.new("Sound",plr.Character)
- s.Volume = 55
- s.Looped = true
- s.Pitch = 1
- s.SoundId = "rbxassetid://721590903"
- s:Play()
- wait(0.5)
- plr = game.Players.LocalPlayer
- local s = Instance.new("Sound",plr.Character)
- s.Volume = 1
- s.Looped = true
- s.Pitch = 1
- s.SoundId = "rbxassetid://878185768"
- s:Play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement