> For the complete documentation index, see [llms.txt](https://razvansb.gitbook.io/razvansb-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://razvansb.gitbook.io/razvansb-docs/welcome-and-introduction.md).

# welcome & introduction

## 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.

{% hint style="warning" %}
note that the documentation assumes that you already have deep knowledge of luau's vanilla engine API and knowledge of its syntax.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://razvansb.gitbook.io/razvansb-docs/welcome-and-introduction.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
