Humanoid attachment problem to vehicle

I tried and failed to build a vehicle with gun damage.

In the end, he knew that he needed a humanoid to be damaged normally, so he attached a humanoid model to the vehicle, but the vehicle was fixed and wouldn’t move.

robloxapp-20230303-1617128.wmv (2.3 MB)

The humanoid appears to be preventing the vehicle from moving. Inside the humanoid, add a script, and make it have this:

script.Parent.PlatformStand = true

This will prevent the humanoid from walking. An R15 rig is preferred.

Thank you very much. It works very well.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.