Reference API Roblox

Engine API

Website

Related

Reference API Roblox

TickCountSampleMethod

Controls the precision and performance trade-off used when sampling the current time.

Items 3

HistoryNameValueDescription
47Fast0

Compute time using a faster, but less precise method.

47Benchmark1

Dynamically decide between using Fast and Precise depending on the value of DebugSettings.TickCountPreciseOverride.

47Precise2

Compute time using a precise method.

Description

Controls the precision and performance trade-off used when sampling the current time via DebugSettings.TickCountPreciseOverride.

History 4

Settings