😎
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
  • Luau API
    • Knight External API
    • Knight Remotes 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
  1. Legacy Documentation

Startup Priority

In version 0.0.7-prod we added startup priority. By default the following groups have the priority of;

Internal = 4

Objects = 3

Services = 2

A higher priority = startup first. Default priority is 1, if a module does not have a pre-defined priority one will be automatically assigned stated above or defaults to 1.

PreviousServices

Last updated 1 year ago

Was this helpful?