Qamyz

Untitled

May 21st, 2019
6,873
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. local plr = game.Players.LocalPlayer.Character
  2.  
  3. plr.ShoeL.Transparency = 1
  4. plr.ShoeR.Transparency = 1
  5. plr.Hat.Transparency = 1
  6. plr.Hat2.Transparency = 1
  7. plr.LeftFoot.Transparency = 0
  8. plr.RightFoot.Transparency = 0
  9. plr.Head.Transparency = 1
  10. plr.Pants.PantsTemplate = 'rbxassetid://272792399'
  11. plr.Shirt.ShirtTemplate = 'rbxassetid://272792244'
  12. plr['Body Colors'].LeftArmColor = BrickColor.new("Smoky grey")
  13. plr['Body Colors'].RightArmColor = BrickColor.new("Smoky grey")
  14. plr['Body Colors'].LeftLegColor = BrickColor.new("Smoky grey")
  15. plr['Body Colors'].RightLegColor = BrickColor.new("Smoky grey")
  16. plr.Hair.Mesh.MeshId = "rbxassetid://146082529"
  17. plr.Hair.Mesh.TextureId = "rbxassetid://281992651"
  18. plr.Hair.Mesh.Offset = Vector3.new(0, -0, -0.01)
Add Comment
Please, Sign In to add comment