#Chassis Physics
1 messages · Page 1 of 1 (latest)
Little Demo of what I've done
I cant figure out why the Wheelspin is being triggered when just moving normally and the grip isnt really correct
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