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
Clear DriftDrift Donut DetectedDrift InformationReset DriftDrift ScoreDrift Through DetectedDrift VehDrift BoundsSet Drift Challenge ModeSet Drift ContextSet Drift DataDrift Race Path

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 Extensionsflowgraphnodesgameplaydrift

Drift Veh

**File:** `flowgraph/nodes/gameplay/drift/driftVeh.lua`

File: flowgraph/nodes/gameplay/drift/driftVeh.lua

Description: Set the drift vehicle, if none specified, player

Category: repeat_instant Tags: gameplay, utils

Input Pins

NameTypeDescription
setVehIdflowWhen flow, the vehicle id will be changed
vehIdnumberThe vehicle id to use as a reference for the drift module

Output Pins

NameTypeDescription
vehIdnumberThe vehicle id used as a reference for the drift module

Methods

  • C:work()

See Also

  • Clear Drift - Related reference
  • Drift Donut Detected - Related reference
  • Drift Information - Related reference
  • FlowGraph Guide - Guide

Drift Through Detected

**File:** `flowgraph/nodes/gameplay/drift/driftTightDrift.lua`

Drift Bounds

**File:** `flowgraph/nodes/gameplay/drift/setDriftBounds.lua`

On this page

Input PinsOutput PinsMethodsSee Also