Advertisement
Alfiebgtbhgh

c;

Jan 16th, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. z = Instance.new("Sound", Torso)
  2. z.SoundId = "rbxassetid://378914276" -- Put Music ID Here.
  3. z.Looped = true
  4. z.Volume = 20
  5. wait(.1)
  6. z:Play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement