Documentation Index
Fetch the complete documentation index at: https://mintlify.com/nnaridz/RbxGenie/llms.txt
Use this file to discover all available pages before exploring further.
Description
Starts server mode in Roblox Studio (“Run” mode), which runs only the server-side code without a client. Useful for testing server scripts and backend logic. Requires StudioTestService to be available.Endpoint
Parameters
This tool takes no parameters.Response
Returns
true if server mode was started successfullyReturns
"server" to indicate the mode that was startedError message if server mode could not be started
Examples
Start server mode
Already running
Service unavailable
Notes
- Server mode only runs server-side scripts
- No client is spawned, so client scripts won’t execute
- Useful for testing ServerScriptService scripts
- Must stop the session before starting another mode
- Use
stop_playto stop server mode