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

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 Extensionsflowgraphnodesgameplay

Toggle Walking

**File:** `flowgraph/nodes/gameplay/toggleWalking.lua`

File: flowgraph/nodes/gameplay/toggleWalking.lua

Description: Enters or exits the walking mode.

Category: repeat_instant Dependencies: gameplay_walk

Input Pins

NameTypeDescription
enterWalkingflowAttempts to enter walking mode. No effect if the player is already walking, cannot leave the vehicle or other reasons that would prevent the player from entering walking mode.
exitWalkingflowAttempts to exit walking mode by entering the closest vehicle. No Effect if there is not stationary vehicle, or the player can't enter a vehicle for other reasons.
posvec3The position when entering walking mode. Optional.
rotquatThe rotation when entering walking mode. Optional.

Output Pins

NameTypeDescription
successflowOutflow if the player successfully entered or exited the vehicle.
failflowOutflow if the player could not enter or exit the vehicle for any reason.

Methods

  • C:work(args)

See Also

  • Allow Walking - Related reference
  • Blacklist Walking - Related reference
  • Can Enter From Walking - Related reference
  • FlowGraph Guide - Guide

Remove Other Vehicles

**File:** `flowgraph/nodes/gameplay/removeOtherVehicles.lua`

In Zone

**File:** `flowgraph/nodes/gameplay/zone.lua`

On this page

Input PinsOutput PinsMethodsSee Also