Carry & Throw Cars
A fun (and dumb) lightweight client-side script that lets players pick up cars, charge up a strength bar by holding E, and hurl the vehicle in front of them like a true menace to society.
Made for shenanigans โ is surprisingly fun to do.
Download:
GitHub - BLZD-Car-Throw
Installation:
- Drop the folder into your
resources
directory. - Add the following to your
server.cfg
:
ensure BLZD-Car-Carry
Controls:
/carrycar
โ Pick up or drop the nearest vehicle
Hold E โ Charge the throw
Release E โ Launch the car in the direction youโre facing
Configuration:
You can adjust the throw behavior by editing values at the top of client.lua:
local maxThrowStrength = 100 -- Max charge level
local forceMultiplier = 100.0 -- Throw power scaling
Dependencies:
None. Fully standalone and client-side only.
Preview:
Enjoy being an unlicensed vehicle launcher.