welcome & introduction
hello yes this is the official razvanSB docs
table of contents
welcome & introduction
local, server and module script environment
additional notes
the mere definition of "SB" (for those who dont know)
"SB" is a short abbreviation of "script builder". a script builder is a ROBLOX game that allows you to run luau code without or with restrictions. razvanSB, in this context, is a heavily-moderated script builder that imposes a ton of restrictions on what operations you could embed into your luau code.
why such a restricted SB?
its simple. it is to prevent ROBLOX from taking down the game because of "script kiddies" (literal definition: people who leech off of open-source code) potentially destroying servers and loading explicit and/or inappropriate content, causing a ton of frustration for the players due to how annoying it is, and for us, developers, to contact the ROBLOX support team in order to appeal the moderator actions. the restrictions make it easier for us to moderate the game. anyone's smart can feel free to try and attempt to bypass the restrictions and optionally report them to the developers, since they're only in place to just prevent "script kiddies".
summarization of this full documentation
this documentation is supposed to cover all additional custom and/or modified functions in the script environment and all restrictions imposed. the documentation on the custom functions can be found in the "Script environment" page, and restrictions could be found in the "Additional notes" page.
note that the documentation assumes that you already have deep knowledge of luau's vanilla engine API and knowledge of its syntax.
Last updated