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

Allow Walking

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

File: flowgraph/nodes/gameplay/allowWalking.lua

Description: Allows or denies the use of Walking mode. This includes entering and exiting vehicles.

Category: rework_needed Dependencies: gameplay_walk

Input Pins

NameTypeDescription
flowflowInflow for this node.
allowflowAllows the usage of walking mode, letting the player enter and exit vehicles.
denyflowDenies the usage of walking mode, forbidding players to enter or exit vehicles.
setflowSets walking mode to be allowed or denied, depending on the 'enable' pin below.
enableboolIf walking mode should be allowed or denied, used with the 'set' pin.

Output Pins

NameTypeDescription
flowflowOutflow for this node.

Methods

  • C:work(args)

See Also

  • Blacklist Walking - Related reference
  • Can Enter From Walking - Related reference
  • Career Active - Related reference
  • FlowGraph Guide - Guide

On Update

- **File:** `flowgraph/nodes/events/onUpdate.lua`

Blacklist Walking

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

On this page

Input PinsOutput PinsMethodsSee Also