Authorization server events.
Authorization servers will have a password, but however cannot be joined manually. They can only be joined by clicking a brick with authorization events.
For example:
OnActivate => Client => Join Authorization Server => Password:________
I'm planning to make something like Gmod Tower if this is created, I also need something like "OnNonAdminJoin" or "OnAdminJoin" so this way the games are possible. If you don't understand it, here's a list of events:
Input:
OnNonAdminJoin(When a non-admin joins the server)
OnAdminJoin(When an admin joins the server)
OnFirstPlayerJoin(When the first player joins the server)
OnPlayerLeave(When a player leaves)
OnMinigameStart(When the minigame is started)
Targets:
Player
Client
Minigame
Named Bricks
Output:
StartMinigame(The minigame is started)
EndMinigame(The minigame is ended)
JoinAuthorizationServer(Allows you to join authorization servers, a password is needed.)
EDIT: Attempting to join an Authorization Server will make a GUI pop up saying "You are not authorized to join this server."