How to detect if Player is not sitting anymore on Server?

I have a Seat, with the Network OwnerShip to Client. Is there any ways, i can check if a Player dont sit in the Part via ServerScript?

Humanoid.Sit a bool value or you can use Humanoid.SeatPart gets the current part the player is sitting on, this will not return anything if the player is just sitting with the Humanoid.Sit value set to true

1 Like

Nevermind, the Sit BoolValue is changing, i try it with that.

Thanks, SeatPart did not worked but Sit worked.