Syntax
getfflagtype(name: string): stringArguments
| Name | Type | Description |
|---|---|---|
name | string | Name of the item to read or update. |
Returns
| Name | Type | Description |
|---|---|---|
flagType | string | Returned 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)