Need help with fixing bus

Hello,

I’m trying to make a bus for my roleplay game. But there was a problem with my bus not driving I fixed it by turning off cancollide on some of the parts of the bus but I don’t want players going though the floor of the bus as it would look weird. Anyone know how to fix this so I can turn on cancollide on the floor of my bus if its even possible. Btw i’m using the newest A-chassis

I may need more info on what exactly the problem is when CanCollide is set to ‘true’. Are you trying to state that CanCollide is interfering with the movement of the bus, and that you want to have it disabled, but also have it enabled for players so they don’t go through the floor?
If that is the case, I suggest using CollisionGroups for this. If you don’t have experience with CollisionGroups, you can read the documentation here.

1 Like

Yes exactly what you said im trying to do that

1 Like

yay omg thank you so much man I fixed the problem :smiley:

1 Like

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