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

PointsBar Points

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

File: flowgraph/nodes/gameplay/pointsBarSetPoints.lua

Description: Sets the points for the points bar.

Category: repeat_instant Tags: Points, Bar, Set, set bar points

Input Pins

NameTypeDescription
pointsnumberPoints to set for the points bar. This will be used for how long the points bar will be filled.
pointsLabelstringPoints label to set for the points bar. This will be the text displayed on the points bar.

Methods

  • C:work()

See Also

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

Detect Acceleration At Start

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

PointsBar Thresholds

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

On this page

Input PinsMethodsSee Also