How do I tell how long a part is

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

1 Like

Can you explain? Iā€™m still super confused.

1 Like

Size.Magnitude returns a singular value

2 Likes

Multiply the size vector by itself then add the X Y and Z up then square root that.