User:Anaminus/Doc:ScriptBuilderPRI: Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
m
no edit summary
>Anaminus
mNo edit summary
>Anaminus
mNo edit summary
Line 55: Line 55:
Copies a script from the local user's script library to the workspace.
Copies a script from the local user's script library to the workspace.
*''str'' : the name of the script to be copied.
*''str'' : the name of the script to be copied.
|}}
{{/Function
|name = Output
|arguments =
{{/Argument|str}}
|description =
Runs a script in protected mode, and returns the output.
*''str'' : the name of the script to be run.
{{User:Anaminus/CRTemplates/Preliminary}}
|}}
|}}
{{/Function
{{/Function
Line 352: Line 361:
The list of calls, and what they do.
The list of calls, and what they do.


*'''Base''': Resets the base.
{{/Describe
*'''Clean''': Removes junk from the server.
|name = Base
*'''Debug''': Removes all excess messages/hints from the workspace and your player.
|description = Resets the base.
*'''Reset''': Completely resets your character.
|}}
*'''AFK''': Use once to send your character to the lighting. Use again to send your character back to the workspace.
{{/Describe
*'''ClearTools''': Clears all the tools from your backpack.
|name = Clean
|description = Removes junk from the server.
|}}
{{/Describe
|name = Debug
|description = Removes all excess messages/hints from the workspace and your player.
|}}
{{/Describe
|name = Reset
|description = Completely resets your character.
{{User:Anaminus/CRTemplates/Preliminary}}
|}}
{{/Describe
|name = AFK
|description = Use once to send your character to the lighting. Use again to send your character back to the workspace.
|}}
{{/Describe
|name = ClearTools
|description = Clears all the tools from your backpack. An optional argument instead removes all tools of the specified name.
|}}




Line 640: Line 668:




'''<s>Clone (object)</s>'''
'''Clone (object)'''




Returns a copy of ''object'', if ''object'' can  be legally cloned. Use instead of <code>''object'':Clone()</code>. '''This item is deprecated. Do not use for new work!'''
Returns a copy of ''object'', if ''object'' can  be legally cloned. Use instead of <code>''object'':Clone()</code>.
{{User:Anaminus/CRTemplates/Deprecated|}}




'''<s>GetSource (script)</s>'''
'''GetSource (script)'''




Returns the source of ''script''. Use instead of <code>''script''.Source</code>. '''This item is deprecated. Do not use for new work!'''
Returns the source of ''script''. Use instead of <code>''script''.Source</code>.
{{User:Anaminus/CRTemplates/Deprecated|}}




'''<s>Remove (object)</s>'''
'''Remove (object)'''




Removes ''object'', if ''object'' can  be legally removed. Use instead of <code>''object'':Remove()</code> or <code>''object''.Parent = nil</code>. '''This item is deprecated. Do not use for new work!'''
Removes ''object'', if ''object'' can  be legally removed. Use instead of <code>''object'':Remove()</code> or <code>''object''.Parent = nil</code>.
{{User:Anaminus/CRTemplates/Deprecated|}}




'''<s>SetSource (script, source)</s>'''
'''SetSource (script, source)'''




Sets the source of ''script'' to ''source''. Use instead of <code>''script''.Source = ''source''</code>. '''This item is deprecated. Do not use for new work!'''
Sets the source of ''script'' to ''source''. Use instead of <code>''script''.Source = ''source''</code>.
{{User:Anaminus/CRTemplates/Deprecated|}}
Anonymous user

Navigation menu