Roblox Vector3
| 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
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 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),
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
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
or - DevForum |
zero is faster. local C = os.clock() for _=1, 10000 do local Lol = 0, 0) end print
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…
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
When is and Computed? - Scripting
Premise I have been seeing a few discussions about the expensiveness of square root functions used in calculations, and it