User:Outofspace/Custom SB
From Legacy Roblox Wiki
Jump to navigationJump to search
Version X
About
Completely re-written and designed to be all around better than this. All around better code base and customization.
Commands
Mostly the same.
- These require a script name after them:
- create/ --Creates a script.
- edit/ --Brings the script into edit mode.
- remove/ --Removes a script.
- removeb/ --Removes multiple scripts.
- stop/ --Stops a script.
- clone/ --Copies a script.
- force/ --Moves script into the workspace.
- vanish/ --Moves script into lighting.
- backup/ --Saves a disabled copy of that script to backup dirrectory (mentioned later)
- rand/ --Runs a script at a random time.
- tip/ --Edits a script backwards (code inserted from the top).
- These do not require input:
- stop/all
- remove/all
- run/all
- clone/all
- force/all
- vanish/all
- rand/all
- exit/
Globals
- Remove(Object) --Removes "Object"
- Clone(Object) --Clone "Object"
- Asplode(Object) --Destroys "Object"
- Teleport(x,y,z) --Teleports player.
- workspace --Represents the "Workspace"
As always, :Remove() and :Clone() will still work.
Calls
- Public list:
- get/Clean
- get/Tools
- get/Parts
- get/Archived
- get/ScriptArchives
- get/Refresh
- get/Reset
- Private:
- get/Shutdown (Deprecated)
- get/NoSecurity
- get/Security
Directories
Before setup:
- SYSALT
- ScriptBuilder
- Packages(Model)
- Setup2
- PlayerArchiver
- Security
- Settings(Model)
- BasePlateName
- BackupDir
- SettingsDir
- BasePlateColor
Players
- Player
- Scripts(Model)
- Done
- TimeZoned(Model)
- Time
- Disabled(Value)
Last
This is incomplete and subject to change.