Hello, I'm trying to create a brick that has the vector3 sizes of 0.2,0.2,2 but when I use the code: missile.Size = Vector3.new(0.2,0.2,2) It just creates a brick with. (1,1,2) How to you get it below 1?
(couldn't find a proper tag, sorry)
missle.formFactor = "Custom" missile.Size = Vector3.new(0.2,0.2,2)
:)