You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,12 +26,12 @@ The setup process also contains a small plugin installation and Claude Desktop c
26
26
27
27
### Included tools
28
28
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`).
0 commit comments