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
Activate All VehiclesActivate Vehicles By DistanceActivate VehicleAdd Vehicle Group To PoolAdd Vehicle (Pool)Create Vehicle PoolCycle PoolManage Vehicle PoolRemove Vehicle (Pool)

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 ExtensionsflowgraphnodesgameplayvehiclePool

Remove Vehicle (Pool)

**File:** `flowgraph/nodes/gameplay/vehiclePool/removeVehicle.lua`

File: flowgraph/nodes/gameplay/vehiclePool/removeVehicle.lua

Description: Removes a vehicle from the pool.

Category: once_instant Tags: traffic, budget, pooling Dependencies: core_vehicleActivePooling

Input Pins

NameTypeDescription
vehPooltableVehicle pool object; use the Create Pool node.
vehIdnumberVehicle id.

Methods

  • C:workOnce()

See Also

  • Activate All Vehicles - Related reference
  • Activate Vehicles By Distance - Related reference
  • Activate Vehicle - Related reference
  • FlowGraph Guide - Guide

Manage Vehicle Pool

**File:** `flowgraph/nodes/gameplay/vehiclePool/managePool.lua`

Blur (Flowgraph Node)

- **Node Name:** `Blur`

On this page

Input PinsMethodsSee Also