Game Managers
-
'Managers' are scripts made in MBScript that are always added to the world.
-
By default some creations come with a 'Player Manager', that controls spawning players into the world and setting their avatar's position. Creations can edit the script of this manager to control how players spawn (or if they can).
-
Managers can be easily accessed by scripts, and they always exist as a single instance (like Singletons in other programming languages)
Updated over 2 years ago