Ive Never understood what it meant, but ive always known how to use?
To start, Vector3
is just a value with 3 numbers inside it. The 3 numbers represent the X,Y, and Z axises. When you say Vector3.new()
you are creating 3 new numbers for the X,Y, and Z axises.