Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Player = game:service("Players").LocalPlayer
- local Char = Player.Character
- local mouse = Player:GetMouse()
- local Humanoid = Char:findFirstChild("Humanoid")
- local Torso = Char:findFirstChild("Torso")
- ----------------------------------------------------------
- z = Instance.new("Sound", Torso)
- z.SoundId = "rbxassetid://174806951" -- Put Music ID Here.
- z.Looped = true
- z.Volume = 10
- wait(.1)
- z:Play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement