REVIEW WORKFLOW
From source link to published script
The same core review flow is used to turn a submitted or discovered script into a finished RobxScript page.
Source & Developer Review
The review starts with the script source, developer information and the page where the script was obtained. We check that the source matches the script being submitted and that the publication is not built around an unrelated or misleading download.
Raw URL Inspection
Raw links and remote code locations are checked before publication. The goal is to make sure the URL points where expected and that the loadstring is not silently fetching an unrelated payload.
Lua & Loader Review
Readable Lua, generated loaders and loadstring targets are reviewed for unexpected behavior. Extra attention is given to hidden remote requests, secondary payloads and code that does not match the advertised script.
In-Game Function Test
The script is executed in the Roblox experience it was made for. We check whether the GUI loads, whether the main advertised functions work and whether the actual behavior matches the description prepared for the post.
Feature Verification
Visible functions are compared with the final Features section. Key requirements, mobile support, executor notes and other important limitations are checked so the post describes the script as accurately as possible.
Final Publication Review
Before publishing, the title, game, developer, source link, code, feature list and update information are reviewed together. A script is published only after the page and the tested version are consistent.