Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Module scripts are actually their own separate object compared to script objects

ModuleScripts are commonly placed in **ServerScriptService** when used by server-side scripts and **ReplicatedStorage** when used by client-side local scripts (such as GUI interactions).

1. Create a **ModuleScript** in **ServerStorage**.
1. Create a **ModuleScript** in **ServerScriptService**.

<img src="../../../assets/education/coding-6/intro-to-module-scripts/create-module-script.png" width="50%" />

Expand Down