Splicer's Script Builder

Splicer's Script Builder is a game on Roblox where you run scripts. The scripts come with custom functions included, such as...

owner: Returns the owner of the script.

output(color,...): Prints a value with a specified color into the console.

NS(source,parent): Creates a new Script.

NewScript(source,parent): Creates a new Script.

NLS(source,parent): Creates a new LocalScript.

NewLocalScript(source,parent): Creates a new LocalScript.