Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do I detect if a DriveSeat/VehicleSeat touched a part?

Asked by 1 year ago

I need a script that detects if a DriveSeat/VehicleSeat touched a part.

1 answer

Log in to vote
1
Answered by 1 year ago
Edited 1 year ago

Wouldn't you just use Touched?

VehicleSeat.Touched:Connect(function(hit)
    -- code
end)

Ad

Answer this question