Advertisement
Qamyz

Untitled

May 21st, 2019
5,054
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 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://182995299'
  11. plr.Shirt.ShirtTemplate = 'rbxassetid://334166626'
  12. plr['Body Colors'].LeftArmColor = BrickColor.new("Rust")
  13. plr['Body Colors'].RightArmColor = BrickColor.new("Rust")
  14. plr['Body Colors'].LeftLegColor = BrickColor.new("Rust")
  15. plr['Body Colors'].RightLegColor = BrickColor.new("Rust")
  16. plr.Hair.Mesh.MeshId = "rbxassetid://293194312"
  17. plr.Hair.Mesh.TextureId = "rbxassetid://293194366"
  18. plr.Hair.Mesh.Offset = Vector3.new(0, 0.1, -0.2)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement