Default Settings

If you have inspected the SimpleCutscenes module, you might find a Dictionary called DEFAULT_SETTINGS. This is where the Default Settings for the module are stored, you can edit the Settings based on your preferences.

Properties

DebugPrinting : boolean

Defaults to true. Decides whether Debug Messages will be printed on the Output/Console, this is highly recommended for debugging. Error Printing will not be influenced by this Property.

OnlyDebugInStudio : boolean

Defaults to false. Decides whether Debug Messages will be printed outside of Roblox Studio (i.e. Whether messages are printed in-game.). Error Printing will not be influenced by this Property. This property is overrode by DebugPrinting.

Last updated