😎
Knight Framework
ContributeDownload
  • Download
  • Documentation
    • Welcome
    • Installation
    • What are folders
    • What are services?
    • Getting a service
    • Creating a library
    • AGF/Knit Transition to Knight
    • Exposed-Server Functions
    • Configuring Knight
    • KPM Integration: Knight Package Manager CLI
    • Framework Profiling
  • Services vs Controllers
  • Execution Model
  • Intellisense
  • Checking if the framework has loaded
  • Error Handling
  • Examples
    • Example Service/Controller
  • Luau API
    • Knight External API
    • Knight Remotes API
  • Knight Import/require API
  • Community
    • Documentation
    • Framework
    • Templates (RBXL)
    • Games who use Knight
  • Legacy Documentation
    • README.md
    • Services
    • Startup Priority
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub

Checking if the framework has loaded

You can check if the client or server has finished loading by checking the ClientLoaded and ServerLoaded attribute on ReplicatedStorage.

PreviousIntellisenseNextError Handling

Last updated 2 hours ago

Was this helpful?