Vector3 Roblox
| Documentation - Creator Hub
The data type represents a vector in 3D space, typically usually used as a point in 3D space or the dimensions of a rectangular prism.
How to "add" to a - Scripting Support - DevForum |
Sorry for the confusing title, but I have a question. How would I add onto a ? For example, I have block A and I want to move it in
How to add Values? - Scripting Support - DevForum |
Hi i'd need help on how to add 2 vector 3 values : local TablePos = { 3, -17), 3, -17),
Understanding Vectors - Scripting Support - DevForum |
has a and Vector2 class which handles most vector operations. For the purpose of this post, I'll be describing most things in
How do I get one value from a vector 3 - DevForum |
Position is a value. the Xrot, Yrot, and Zrot values would be the rotation of the CFrame. we use math.rad(number) to convert a number
Restricting along the Y axis in a - DevForum |
So I've been making a randomly generated obby, and I keep having the parts keep going down too far, and I'm wondering if there is a way to
Y position - Scripting Support - Developer Forum |
Position + wait(2) if game.Workspace.Pup.Position < then else break end end why it isn't working? i guess is becau…
or - DevForum |
zero is faster. local C = os.clock() for _=1, 10000 do local Lol = 0, 0) end print
Part Position - Scripting Support - DevForum |
so i have a part that when you click a button, its position moves + 17.84 studs on the Z axis. After a certain position on the Z axis, i want it to stop
How do I check if a is a - DevForum |
Since there is no :IsA() function for a vector 3, how can I check if a Vector 3 is a vector 3?. A in my script is sent from the client to the server