Creating a Controller
Where?
Controller are located in the src/ReplicatedStorage/Controllers folder.
How?
- Create a ModuleScript.
- Name it for whatever you need.
- Add the necessary functions.
- Thats it!
Controller are located in the src/ReplicatedStorage/Controllers folder.