QA Central Access Manager
  • Introduction
  • Setup
  • Custom kick message
  • Group based access
  • Advanced development
    • Scheduled access management
    • Giving items to testers
  • API Reference
    • AllowRoles()
    • DisallowRoles()
    • AllowGroupRoles()
    • DisallowGroupRoles()
    • GetAccessForPlayer()
  • Types
    • GetAccessResult
Powered by GitBook
On this page

Was this helpful?

Advanced development

Additionaly to the functions we've looked at in the previous steps, the module exposes other useful functions which can be combined with other code to create a more complex access management system.

Examples of advanced access management are:

  • Scheduled access management: Allow users join at a certain time of the day

  • Giving testers coins to speed up their job

PreviousGroup based accessNextScheduled access management

Last updated 7 months ago

Was this helpful?