I need a script that detects if a DriveSeat/VehicleSeat touched a part.
Wouldn't you just use Touched?
VehicleSeat.Touched:Connect(function(hit) -- code end)