Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

CustomPhysicalProperties doesnt change the weight?

Asked by 4 years ago

I have changed the CPP for every part in a body, yet it wont change all the way. If i delete the body, the chassis moves better. Even with CanCollided off.

This script is in every part inside:

script.Parent.CustomPhyisicalProperties = PhysicalProperties.new(0,0,0,0,0)

It changes, but the weight doesnt. Even when doing it manually wont work.

0
You can do script.Parent.Massless = true if u don't want it to weight 0. Echtic 128 — 4y
0
thats what im going for, yet it still doesnt work jdm4llfem8 94 — 4y

Answer this question