CylindricalConstraint does not move at all

I’ve been trying to figure out how to use roblox’s constraints, I’ve followed the devforum tutorial and I’ve tried to implement it to my game however the wheels do not budge AT ALL even when I set AngularVelocity to a super high number which confuses me
image

https://i.gyazo.com/0bd11e08cbcf6cfb610c9a29eb430b6c.mp4

ConstraintDebug.rbxl (60.7 KB)

Set your CylindricalConstraint.Cylinder.AngularActuatorType to Motor to make the wheel spin.
Set your CylindricalConstraint.ActuatorType to None so your suspension will slide up and down.

Do NOT set your CylindricalConstraint.AngularVelocity to 1000000, that’s just insane!
I did all the above and set the AngularVelocity on the left side to 5 and the right side to -5 and it worked just fine.

1 Like