Advertisement
mr2meows

protome

Mar 15th, 2023 (edited)
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. local v = owner
  2. v.Character.Humanoid.HipHeight = 3.141592
  3. local gamingmesh = v.Character.Head.Mesh
  4. gamingmesh.MeshId = "rbxassetid://12795723606"
  5. gamingmesh.TextureId = "rbxassetid://12802421389"
  6. --gamingmesh.TextureId = "rbxassetid://6862780932"
  7. gamingmesh.Scale = Vector3.new(0.06286, 0.06286, 0.06286)
  8. gamingmesh.Offset = Vector3.new(0, -3, 2.5)
  9. for i,v in pairs(v.character:GetDescendants()) do
  10. if v:IsA("Part") then
  11. v.Transparency = 1
  12. elseif v:IsA("Decal") then
  13. v:Destroy()
  14. end
  15. if v.Name == "Head" then
  16. v.Transparency = 0
  17. end
  18. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement