Killbrick not detecting humanoid in a seat

I have a killbrick, but it does not detect the player’s humanoid when it is sitting in a Seat (NOT a VehicleSeat, a normal Seat). What can I do?

Here’s the code:

What do I need to add to my code?

If you were to print(hit) what would it print? is the touched event working at all?

Also i would recommend using :Connect instead of :connect as it is depreciated

2 Likes

Take the advice from @Jaycbee05, and it will be like this.

1 Like

Thank you for the help! :grinning: