Utility for initializing 2D projects on Roblox.
This plugin is available on the Roblox Creator Store.
There are two settings that can be tweaked before running:
- '''Clear Workspace''': Sets whether or not Workspace and Lighting should be cleared. Since they can't be removed, they will instead be made to do as little work as possible, based on this DevForum thread.
- '''Single Player''': Many of the CoreGui elements, such as health or the emotes menu, are not relevant to a 2D experience. If set to false, then a script that disables these elements, as well as the topbar, is added to the game. If set to true, then a script that disables all CoreGui elements except the Captures menu is added instead.
Regardless of configuration, the following will always occur:
Players.CharacterAutoLoadsis set to false.- Default player scripts are replaced with empty folders.
ScreenshotHud.HidePlayerGuiForCapturesis set tofalse.- A script removing the Freecam is added to ServerScriptService.
This plugin was built using the Nevermore Engine.