Available since Version 1.19.
Checks whether the -testing command line argument is in use.
Syntax
IsTesting()Arguments
No arguments.
Return Values
- (boolean): Whether the
-testingcommand line argument is in use.
Examples
local IsTestingLauncher = IsTesting()