Advertisement
UhhLegoboy

ALWAYS DO UR BEST

Jan 24th, 2017
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. wait(0)
  2. player = game.Players.LocalPlayer
  3. char = player.Character
  4. extension = "rbxassetid://"
  5.  
  6. sound = Instance.new("Sound", char.Torso)
  7. sound.SoundId = extension .. "341147144"
  8. sound.Looped = true
  9. sound : play()
  10.  
  11. char.Head.face.Texture = extension .. "202213163"
  12. char.Humanoid.Sit = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement