I want to be able to tell how long a part is.
Not like taking the X and Z size value, but like get the length of it.
Like how magnitude works with getting the distance. It turns it into a signaler number.
I want to know how to do this
I want to be able to tell how long a part is.
Not like taking the X and Z size value, but like get the length of it.
Like how magnitude works with getting the distance. It turns it into a signaler number.
I want to know how to do this
Can you explain? Iām still super confused.
Size.Magnitude returns a singular value
Multiply the size vector by itself then add the X Y and Z up then square root that.