So, i want to start learning on making vechicles, so i search some tutorial on how to make vehicle and all i found was the basic ones, i want to know what do i need to learn in order to make advanced ones.
like the bounce, rotating front-wheel, etc.
please tell me, im clueless!
1 Like
In terms of movement I use Bodypositions with Raycasting LookVectors for moving forwards and backwards.
For turning I would use BodyAngularVelocity and wheel spinning I think I would use CFrame.
But for Bounce of the vehicle perhaps you could use a Bodyposition and raycast from the bottom of the wheels to the ground.
3 Likes
do you know what to use for planes/boats?
1 Like
Planes I think you could use a Sine graph to calculate the plane flying up (But I haven’t messed with them).
Boats I believe it should be the same as a car but maybe have the bottom of the boat check for water with a raycast.
1 Like