Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

What is the point of Vector2 when there is Vector3?

Asked by 5 years ago

When I use vectors, Vector2 or Vector3 shows up as an option, however, why is there Vector2 when Vector3 works?

1 answer

Log in to vote
0
Answered by
MexheCo 46
5 years ago
Edited 5 years ago

Vector2 is used for mainly 2D object (ScreenGuis, Frames, etc.) UDim2 is more commonly used for this purpose.

Vector3 is used for manipulating 3D objects, such as Parts.

Hope this helps!

0
I thought UDim2 was used for GUI's 'n stuff. I always found Vector2 to be pointless as well lol Cvieyra2test 176 — 5y
0
Me too @Cveirya2test EliteRayGawnX2 124 — 5y
Ad

Answer this question