Advertisement
Mr-Shadow_Cat

Combine elite outfit

Feb 4th, 2018
386
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1.  
  2. local Player = game:service'Players'.localPlayer
  3. local chara = Player.Character
  4.  
  5. shirt= Instance.new("Shirt", Character)
  6. shirt.Name = "Shirt"
  7. pants = Instance.new("Pants", Character)
  8. pants.Name = "Pants"
  9. chara.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=252315488"
  10. chara.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=252315501"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement