im trying to resize a head with a script but it does not change the size
im resizing the specialMesh inside the head (R6) but it still does not change the headsize
the print does print in the output so i must be doing something wrong while resizing it
Code snippet:
local humanMesh: SpecialMesh = humanHead:FindFirstChild("Mesh")
local zombieMesh: SpecialMesh = v:WaitForChild("Mesh")
if humanMesh and zombieMesh then
print("have Hmesh and Zmesh")
humanMesh.Scale = zombieMesh.Scale
else
warn("missing a mesh")
end
** You are now Level 1! **