So I’m making a Ferrari 412 t2 and I want to have a button that makes the turning radius wider. I’m using a servo to turn so it can use funky trees. I do not want to use 2 servos knowing that it will made it more sloppy.
So I’m making a Ferrari 412 t2 and I want to have a button that makes the turning radius wider. I’m using a servo to turn so it can use funky trees. I do not want to use 2 servos knowing that it will made it more sloppy.
Sorry, this person already solved the problem. I don’t want the actual wheels to turn because of the brake plate will clip through.
Use it to activate a hinge rotator, added to the wheels turn
Use ternary operators ? and :
Activate3 ? (Roll*1.1) : Roll
@SnoWFLakE0s
Hmmm
@GrandPrix I'll be honest I have no idea
@GrFrog
I’m thinking it would work something like this
if Activate3 = 1 then Roll x 1.1 else Roll