Profile image

How do you widen an angle on activate

6,270 GrandPrix  1.5 years ago

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.

  • Log in to leave a comment
  • Profile image
    6,270 GrandPrix

    Sorry, this person already solved the problem. I don’t want the actual wheels to turn because of the brake plate will clip through.

    1.4 years ago
  • Profile image

    Use it to activate a hinge rotator, added to the wheels turn

    1.4 years ago
  • Profile image

    Use ternary operators ? and :
    Activate3 ? (Roll*1.1) : Roll

    +1 1.5 years ago
  • Profile image
    6,270 GrandPrix

    @SnoWFLakE0s

    +1 1.5 years ago
  • Profile image
    6,270 GrandPrix

    Hmmm

    +1 1.5 years ago
  • Profile image
    30.2k GrFrog

    @GrandPrix I'll be honest I have no idea

    +1 1.5 years ago
  • Profile image
    6,270 GrandPrix

    @GrFrog

    +1 1.5 years ago
  • Profile image
    6,270 GrandPrix

    I’m thinking it would work something like this if Activate3 = 1 then Roll x 1.1 else Roll

    +1 1.5 years ago