Skip to content

Commit 0b5416e

Browse files
authored
Update README.md (#80)
1 parent 0343102 commit 0b5416e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ The setup process also contains a small plugin installation and Claude Desktop c
2626

2727
### Included tools
2828

29-
- **run_code** Runs a command in Roblox Studio and returns the printed output. Can be used to both make changes and retrieve information.
30-
- **insert_model** Inserts a model from the Roblox marketplace into the workspace. Returns the inserted model name.
31-
- **get_console_output** Gets the console output from Roblox Studio.
32-
- **start_stop_play** Starts or stops play mode or runs the server.
33-
- **run_script_in_play_mode** Runs a script in play mode and automatically stops play after the script finishes or times out. Returns structured output including logs, errors, and duration.
34-
- **get_studio_mode** Gets the current Studio mode (`start_play`, `run_server`, or `stop`).
29+
- **run_code** - Runs a command in Roblox Studio and returns the printed output. Can be used to both make changes and retrieve information.
30+
- **insert_model** - Inserts a model from the Roblox Creator Store into the workspace. Returns the inserted model name.
31+
- **get_console_output** - Gets the console output from Roblox Studio.
32+
- **start_stop_play** - Starts or stops play mode or runs the server.
33+
- **run_script_in_play_mode** - Runs a script in play mode and automatically stops play after the script finishes or times out. Returns structured output including logs, errors, and duration.
34+
- **get_studio_mode** - Gets the current Studio mode (`start_play`, `run_server`, or `stop`).
3535

3636
## Setup
3737

0 commit comments

Comments
 (0)