Skip to content

Small program for initializing 2D projects on Roblox.

License

Notifications You must be signed in to change notification settings

InvisibleWater/GameFlattener

Repository files navigation

GameFlattener

Utility for initializing 2D projects on Roblox.

Where to obtain

This plugin is available on the Roblox Creator Store.

How to use

image

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.CharacterAutoLoads is set to false.
  • Default player scripts are replaced with empty folders.
  • ScreenshotHud.HidePlayerGuiForCaptures is set to false.
  • A script removing the Freecam is added to ServerScriptService.

Acknowledgements

This plugin was built using the Nevermore Engine.

About

Small program for initializing 2D projects on Roblox.

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Languages