StateService Setup Instructions
Download
Download the latest .rbxmx
file from: GitHub Releases
Installation
- Import the
.rbxmx
file into Roblox Studio - Move each folder to its matching directory:
ServerScriptService
→ ServerScriptServiceReplicatedStorage
→ ReplicatedStorageStarterPlayerScripts
→ StarterPlayer.StarterPlayerScripts- Ungroup the folders after moving them
Customization
Optional: You can move the scripts to different locations
- Edit the require()
paths in Server and Client scripts to match your new locations
Cleanup
After installation, delete the original setup script from your game.
That, or delete the whole folder all-together if you're sure you set it up right.
Basically: It's another way to explain how to setup the module safely without the documentation.
Basic Example Reference: Basic Example
API Reference: API