Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How can I ensure changing RotVelocity always works?

Asked by
3rdblox 30
9 years ago

game.Workspace.wheel.RotVelocity=Vector3.new(100,0,0) I test this and sometimes the object starts moving, sometimes it doesn't. How can I ensure that it will work every time?

1 answer

Log in to vote
0
Answered by 9 years ago

I think rotvelocity is where you touch the wheel [or any object in this matter] and it starts turning.

maybe use

wait(0)
0
RotVelocity isn't an event, it's a Vector3 value. When I change it, sometimes the change applies, sometimes it doesn't. I want a way to ensure it will work EVERY time. 3rdblox 30 — 9y
Ad

Answer this question