Heyo.
Is it possible to make a wheel turn more or less, depending on the speed of the vehicle? Full radius at lower speeds and limited radius at higher ones? Racing games have this feature and I think it'be great on one of my cars.
Might be possible on FT, but i'm a wreck. Any ideas?
@Ryn176 Thanks love.
Roll * (1 - ((GS * 2) / (X + 0.01)) / 2)
Replace Roll with whatever input you're currently using
Replace X with the top speed of your car in m/s.
There's probably a better way to do it though, mostly because I'm not very bright.
Edit: you might find this useful in learning FunkyTrees