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.
Luau
syn.is_beta() -> booleanParameters
This function takes no arguments.
Returns
booleanAlways true in this implementation.
Availability
This function requires the Synapse environment setting, which is off by default.
Example
Luau
-- Enable the Synapse environment setting first.
print(syn.is_beta()) -- true