MasterGold987

Untitled

Jan 9th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. local ID = "190819252"
  2.  
  3. local p = game.Players.LocalPlayer.Character
  4. local s = Instance.new("Sound", p.Torso)
  5. s.Name = "Song"
  6. s.SoundId = "rbxassetid://506337000"
  7. s.Volume = 10
  8. s.Looped = false
  9. s.archivable = false
  10. wait(0)
  11. s:Play()
Add Comment
Please, Sign In to add comment