| Name | LocalPlayerExitVehicle |
| Arguments (in table) | Vehicle vehicle |
| Return option | None |
Foo = function(args)
local message = "You exited a "..args.vehicle:GetName()
Chat:Print(message, Color(255, 255, 255))
end
Events:Subscribe("LocalPlayerExitVehicle", Foo)