Hello, now what happens is that I have the vehicle that rebounds a lot, any suggestions?
local damper = 10
local spring = 100
local dist = 0.001
montaCarga:AddTire( -ejePos, -ejeAlt, posZ, 10, radio, ancho, false, damper, spring, dist)
montaCarga:AddTire( ejePos, -ejeAlt, posZ, 10, radio, ancho, false, damper, spring, dist)
montaCarga:AddTire( -ejePos, -ejeAlt, -posZ+0.3, 10, radio, ancho,false, damper, spring, dist)
montaCarga:AddTire( ejePos, -ejeAlt, -posZ+0.3, 10, radio, ancho,false, damper, spring, dist)