RLS Studios
ProjectsPatreonCommunityDocsAbout
Join Patreon
BeamNG Modding Docs

Guides

Reference

Server CommandsGE UtilitiesGame Engine MainNavigation GraphScreenshot CaptureServerServer ConnectionSpawnpoint ManagerSimulation TimeVehicle SpawningSuspension Frequency Tester
Flowgraph Base ModuleFlowgraph Base NodeFlowgraph Base State NodeFlowgraph Node BuilderFlowgraph GraphFlowgraph Group HelperFlowgraph LinkFlowgraph ManagerNew Node TemplateFlowgraph PinFlowgraph States ManagerFlowgraph UtilsFlowgraph Variable Storage
Allow WalkingBlacklist WalkingCan Enter From WalkingCareer ActiveComplete ScenarioCountdownDecal CircleDecal LineDecal PathDecal SingleIs Walking BlacklistedGroundmarker Remaining DistanceGroundmarkersIs WalkingIs Walking EnabledMission DefaultsMultiseatDetect Acceleration At StartPointsBar PointsPointsBar ThresholdsRemove Other VehiclesToggle WalkingIn Zone
Apply PenaltyGet Crawl DataGet Crawl ResultsGet Dynamic ObjectsReset CrawlSetup CrawlStart CrawlStop Crawl

UI

Resources

BeamNG Game Engine Lua Cheat SheetGE Developer RecipesMCP Server Setup

// RLS.STUDIOS=true

Premium Mods for BeamNG.drive. Career systems, custom vehicles, and immersive gameplay experiences.

Index

HomeProjectsPatreon

Socials

DiscordPatreon (RLS)Patreon (Vehicles)

© 2026 RLS Studios. All rights reserved.

Modding since 2024

API ReferenceGE Extensionsflowgraphnodesgameplaycrawl

Setup Crawl

**File:** `flowgraph/nodes/gameplay/crawl/setupCrawl.lua`

File: flowgraph/nodes/gameplay/crawl/setupCrawl.lua

Description: Sets up a crawl trail by loading the trail data, teleporting the vehicle to the start position, and loading prefabs. Does not start the crawl timer - use Start Crawl node to begin the race.

Category: once_instant Tags: crawl, gameplay, setup Dependencies: gameplay_crawl_flowgraphBridge

Input Pins

NameTypeDescription
trailIdstringTrail ID/filepath to load
vehicleIdnumberVehicle ID (0 = player vehicle)

Output Pins

NameTypeDescription
successflowTriggered when crawl setup completes successfully
failedflowTriggered when setup fails
isSetupboolTrue after successful setup (crawl ready but not started)

Methods

  • C:init(mgr)
  • C:work()

See Also

  • Apply Penalty - Related reference
  • Get Crawl Data - Related reference
  • Get Crawl Results - Related reference
  • FlowGraph Guide - Guide

Reset Crawl

**File:** `flowgraph/nodes/gameplay/crawl/resetCrawl.lua`

Start Crawl

**File:** `flowgraph/nodes/gameplay/crawl/startCrawl.lua`

On this page

Input PinsOutput PinsMethodsSee Also