Character,Chasis Problem

Hey Guys, so I made my car system everything works so i made a spawn and delete car system so the problem starts if i delete the car while im driving the player character starts walking weirdly kinda like im controlling the same car system it’s so weird lol I was wondering if there’s a way to fix this.

3 Likes

Hi
Before you destroy the car model, remove the connection between the player and the driver’s seat

3 Likes

Yes, before the car is destroyed get desired seat(s) and turn off their Enabled property, this should unseat everybody and then delete the car.

3 Likes

Ok thank you very much I shall try that in a sec

1 Like

Seems like Driver seats doesnt have a enabled property closest one i Found was a disabled property.I tried it and it worked.

1 Like