#Can you explain Vectors to an idiot?

25 messages · Page 1 of 1 (latest)

tulip junco
#

The part disappears, Yes I know its wrong (clearly) Help

#

Also if there is like a roblox tutorial (I cant find one, That would be helpfull)

coral crypt
#

vectors are literally just a set of numbers of a given size

leaden plinth
#

studio** You are now Level 5! **studio

coral crypt
#

so a vector3 is just 3 numbers

tulip junco
#

mmm...

#

sooo

#

How do you use it

#

heh

#

My 3 numbers dont work

coral crypt
#

you are setting the position to be at x1, y0, z0

tulip junco
#

yh

#

Ik

leaden plinth
#

Vector is a position, that uses XYZ coordinates.

#

Vector3 is used on 3d, while Vector2 is for 2d, although Vector2 and Udim2 are different

coral crypt
#

Vectors are often used to represent positions, true. But they are also used to represent a direction such as a normal, or sometimes even a rotation

zinc blade
#

tbh vectors are just sets of numbers

#

doesnt matter what theyre used for

coral crypt
tulip junco
#

So how do yyou use them

coral crypt
#

you already used it

#

Vector3.new

tulip junco
#

So why part dissapear