Skip to content
1Humza edited this page Oct 9, 2021 · 7 revisions

This wiki will hopefully be all the documentation needed to utilize the framework.
Everything will be kept within Server Script Service.

image

Access

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.

Clone this wiki locally