Description
Starts play mode in Roblox Studio, equivalent to clicking the “Play” button. Requires StudioTestService to be available.Endpoint
Parameters
This tool takes no parameters.Response
Returns
true if play mode was started successfullyReturns
"play" to indicate the mode that was startedError message if play mode could not be started
Examples
Start play mode
Already running
Service unavailable
Notes
- The operation is asynchronous and returns immediately
- You must stop play mode before starting it again
- Use
get_studio_modeto check the current mode - Use
stop_playto stop the current session