PlayableLabs Docs
Gameplay

Gameplay Values

Adjust the numeric values shown during play — level, timer, and display formatting.

Adjust the numeric values the player sees during gameplay.

Note: Each playable has different parameters. Below are common examples.


In-Game Values

SettingWhat It Does
Level ValueThe level number shown in the UI
Timer ValueSeconds on the gameplay countdown
Timer Danger SecondWhen the timer's danger effect starts

These are Config Layer values — see Config Layer and Difficulty & Pacing.


Display & Styling

How those values look is part of the UI Layer:

ElementWhat You Can Change
Level labelText color, size, position, visibility
Timer labelText color, size, outline, danger color
Score / counterText color, size, icon, visibility
IQ barBar colors, font, icon

See Game UI Elements for the full list.


Included vs Custom Development

Included (Adjust Existing)Custom Development (New Systems)
Level / timer valuesNew scoring formulas
Danger-second timingNew reward logic
Display styling & visibilityNew combo systems
Show/hide togglesNew win/lose conditions

Tip: Adjusting existing values uses the parameters already in your build. Building new systems requires custom development.

Note: Haptics and native mobile features are not supported in playable ads on ad networks.


On this page