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

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

image

Module 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