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?
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
Thank you for the help!