Advertisement
Liampdoherty

Song

Jun 30th, 2017
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. plr = game.Players.LocalPlayer
  2. local s = Instance.new("Sound",plr.Character)
  3. s.Volume = 55
  4. s.Looped = true
  5. s.Pitch = 1
  6. s.SoundId = "rbxassetid://212356028"
  7. s:Play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement