#Chassis Physics

1 messages · Page 1 of 1 (latest)

runic wagon
#

Anyone got tips on how to make a car chassis that has like Friction, Compression, Drift, Wheelspin etc..? Started on one but its quite buggy

#

I cant figure out why the Wheelspin is being triggered when just moving normally and the grip isnt really correct

austere compass
#

I think the upward force is not based on spring force damping force thats why?

#
local compressionRatio = math.clamp(1 - (distance / (WheelRadius * 2)), 0, 1)
local gripForce = HitNormal * Pressure * compressionRatio * 1000

data.force.Force = gripForce
``` this one
#

oh wait idk how to use this xd