Advertisement
Mr-Shadow_Cat

05 councel

Feb 18th, 2018
524
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. local Player = game:service'Players'.localPlayer
  2. local chara = Player.Character
  3. local Torso = chara.Torso
  4. Humanoid = chara.Humanoid
  5.  
  6.  
  7. local Music = Instance.new("Sound")
  8.  
  9. Music.Name = "Sound"
  10. Music.SoundId = "http://roblox.com/asset/?id=275248994"
  11. Music.Volume = 1.5
  12. Music.Looped = true
  13. Music.Parent = Torso
  14. Music:play()
  15.  
  16. shirt= Instance.new("Shirt", Character)
  17. shirt.Name = "Shirt"
  18. pants = Instance.new("Pants", Character)
  19. pants.Name = "Pants"
  20. chara.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=718937890"
  21. chara.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=296849815"
  22.  
  23.  
  24. Humanoid.WalkSpeed = 12
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement