What does Vector2.new do

I was just wondering because i know that Vector3.new changes position

1 Like

Vector2 is used for 2D stuff instead of 3D. There is no Z axis in Vector2. Only X and Y. It’s mostly used for GUI or mouse pointers.
https://developer.roblox.com/en-us/api-reference/datatype/Vector2

1 Like