syn.is_beta Synchronous

Read the beta flag exposed by the Synapse compatibility library. Use it only to satisfy code that expects this compatibility flag. Its constant true result does not identify the Kawaii release channel; use identifyexecutor for build information.

Syntax
Luau
syn.is_beta() -> boolean

Parameters

This function takes no arguments.

Returns

boolean

Always true in this implementation.

Availability

This function requires the Synapse environment setting, which is off by default.

Example

Example
Luau
-- Enable the Synapse environment setting first.
print(syn.is_beta()) -- true
Kawaii documentation