Functions
This page lists all the global functions that you can use with localscripts in the script builder.
Last updated
This page lists all the global functions that you can use with localscripts in the script builder.
Last updated
Prints into the script builder output instead of the Roblox one. If the format printing setting is enabled then it will format the message with .
Warns into the script builder output instead of the Roblox one. If the format printing setting is enabled then it will format the message with .
Throws an error, if the format printing setting is enabled then it will format the message with . Script errors are automatically caught by the script builder and outputted into your output.
Prints into the script builder output with richtext enabled, ignoring the format printing setting. Useful if you want to print information to the user into the output.
Warns into the script builder output with richtext enabled, ignoring the format printing setting. Useful if you want to warn information to the user into the output.
This is a deprecated Roblox function, and should not be used in new work. It's just added for compatibility.
This function is disabled on client.
This is a removed Roblox function, and should not be used in new work. It's just added for compatibility.
Exactly like on Roblox but will always print identity 2, and outputs into the script builder output.
A reimplementation of Roblox's function on client.
A reimplementation of Roblox's LoadLibrary feature which was .
Creates and returns a new with the specified source under the specified parent, with optional run arguments.
If no parent argument is specified then it will default to .
Alias for .
Creates and returns a new with the specified source under the specified parent, with optional run arguments.
If no parent argument is specified then it will default to the script 's .
Alias for .