Advertisement
TheClassicMeme

Untitled

Apr 29th, 2017
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. local Player = game:service("Players").LocalPlayer
  2. local Char = Player.Character
  3. local mouse = Player:GetMouse()
  4. local Humanoid = Char:findFirstChild("Humanoid")
  5. local Torso = Char:findFirstChild("Torso")
  6. ----------------------------------------------------------
  7. z = Instance.new("Sound", Torso)
  8. z.SoundId = "rbxassetid://174806951" -- Put Music ID Here.
  9. z.Looped = true
  10. z.Volume = 10
  11. wait(.1)
  12. z:Play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement