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
Create TimerGet TimerSet Timer PropertySimple Timer

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 Extensionsflowgraphnodesgameplaytimers

Create Timer

**File:** `flowgraph/nodes/gameplay/timers/createTimer.lua`

File: flowgraph/nodes/gameplay/timers/createTimer.lua

Description: Creates a new Timer object.

Category: once_instant

Input Pins

NameTypeDescription
durationnumberHow long the timer should run before considered complete.
refstringReference frame for the timer.

Output Pins

NameTypeDescription
timerIdnumberID of the timer.

Methods

  • C:_executionStarted()
  • C:postInit()
  • C:workOnce()

See Also

  • Get Timer - Related reference
  • Set Timer Property - Related reference
  • Simple Timer - Related reference
  • FlowGraph Guide - Guide

Zone by Name

**File:** `flowgraph/nodes/gameplay/sites/zoneByName.lua`

Get Timer

**File:** `flowgraph/nodes/gameplay/timers/getTimer.lua`

On this page

Input PinsOutput PinsMethodsSee Also