Utilities

getfflagtype

Returns the value type for a Roblox fast flag.

Syntax

getfflagtype(name: string): string

Arguments

NameTypeDescription
namestringName of the item to read or update.

Returns

NameTypeDescription
flagTypestringReturned flagType value.

Description

Returns the value type for a Roblox fast flag.

Call it with 1 parameter(s): name. The argument table explains which values are required and which ones only refine the behavior.

It returns flagType (string). Use the returns table to separate successful values from nil results and recoverable errors.

Example

Example call with placeholder values.

local result = getfflagtype("example")
print(result)