NPC can't sit on chair after another NPC sits on the chair

I want an NPC to walk towards a chair and sit on it, and then get destroyed for the next NPC to sit on the chair.

But it seems that the chair only works once because the next NPC doesn’t sit on the chair, it just stands on it.

1 Like

Remember to destroy the seat’s “SeatWeld” instance which is created when the first NPC sits on the Seat/VehicleSeat instance. Seat welds are automatically created in order to weld humanoids to seats.

Could you explain to me how to destroy their welds?

Never mind, the problem was that they weren’t rotated as the seat’s front direction.