FunctionalTest
Show Deprecated
Summary
Properties
The description of the FunctionalTest.
Methods
Prints a red message to the output, prefixed by "TestService: ".
Prints if a condition is true, otherwise prints a warning.
Properties
Methods
Failed
void
Prints a red message to the output, prefixed by "TestService: ".
Parameters
Default Value: ""
Returns
void
Warn
void
Prints if a condition is true, otherwise prints a warning.
Parameters
Default Value: ""
Returns
void
Code Samples
FunctionalTest:Warn1
local TestService = game:GetService("TestService")
TestService:Warn(false, "this action is invalid")