FAQ & Troubleshooting
Nothing happens when pressing E
Check InteractionType
, marker/NPC coords and ensure script is started after the framework.
Price isnβt deducted / player can start for free
Verify PayMethod
matches your economy (cash/bank) and that the framework detected correctly (print(Config.Framework)
).
Students always fail for speeding
Adjust speedLimit
per checkpoint inside the route tables or raise maxPracticeErrors
.
Need different languages
Duplicate the locales.lua
table, add a new language key (e.g., "fr"
) and translate the strings.
Route markers too small/large
Tweak markerMultiplier
per category or edit RouteMarkerColors
RGBA.
Plane checkpoints are underground
For planes you usually fly through large Z-values β ensure coords include correct height (z).
Last updated