When I use vectors, Vector2 or Vector3 shows up as an option, however, why is there Vector2 when Vector3 works?
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!