-
Notifications
You must be signed in to change notification settings - Fork 2
Home
1Humza edited this page Jan 9, 2022
·
7 revisions
This wiki will hopefully be all the documentation needed to utilize the framework.
Everything will be kept within ServerScriptService.
Classes and user created modules are organized between these three categories:
- Client
- Only accessible via the client-side scripts.
- Server
- Only accessible via the server-side scripts.
- Shared
- Accessible via both client and server side scripts.
Evolve Framework
