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?
I think rotvelocity is where you touch the wheel [or any object in this matter] and it starts turning.
maybe use
wait(0)