[SOLVED] Setting rigidbody to Dynamic through code

Hello people, is there any way i can set my rigidbody to dynamic through the code ?

in this part:

I think it’s something like this:

other.rigidbody.type = pc.BODYTYPE_DYNAMIC;
5 Likes