Player will spawn as Spidertron every time. Spidertron's death is explosive. Based on PyroFire's Cartorio.
Scenarios, maps, and puzzles.
If you're getting the error on line 28 in control.lua just swap "ply.driving = car" with "car.set_driver(ply)" so it should end up being
if (car) then ply.teleport(car.position) car.set_driver(ply) end
end