Skip to main content

Auto Park Settings

Hologram placement distance, drive speed, snap behavior, stuck detection, and permissions.

This section

Auto Park Settings

lua
Config.AutoPark = {
enabled = true,
maxDistance = 50.0,
driveSpeed = 15.0,
precisionSnap = true,
arrivalThreshold = 3.0,
hologramAlpha = 150,
rotateSpeed = 3.0,
stuckTimeout = 15,

jobs = {},
discordRoles = {},
}

Fields

FieldTypeDefaultDescription
enabledbooleantrueMaster toggle
maxDistancenumber50.0Max placement distance from player (meters)
driveSpeednumber15.0Vehicle drive speed during parking (km/h)
precisionSnapbooleantrueSnap to exact hologram position when within threshold
arrivalThresholdnumber3.0Distance to switch from drive to snap (meters)
hologramAlphanumber150Hologram transparency (0-255, 0 = invisible, 255 = solid)
rotateSpeednumber3.0Mouse-scroll rotation speed (degrees per tick)
stuckTimeoutnumber15Seconds before auto-retry if vehicle stops moving
jobsstring[]{}Job whitelist
discordRolesstring[]{}Discord role whitelist

Tuning Recommendations

SettingRecommendation
maxDistance50 m is a good default for street parking. Increase to 80-100 for parking garages
driveSpeedKeep low (10-20 km/h) — the AI driving native struggles with tight spaces fast
arrivalThreshold3-5 m — too low and the AI never reaches snap distance, too high and the snap is jarring
precisionSnapLeave true for clean placement — disable only if you want fully physical parking
hologramAlpha150 is balanced; bump to 200 in low-light environments for better visibility
stuckTimeout15 s is reasonable. Lower to 10 if your players are impatient, raise to 30 in tight spaces

Permissions

See Permission System.

Module Toggle

OptionDefaultDescription
Config.Modules.AutoParktrueShow auto park module
Config.AutoPark.enabledtrueSame toggle (deeper level)
Config.DockButtons.autoParktrueShow auto park dock button