I’ve just released SimpleLog, a clean, fluent-interface UI framework designed to streamline how you build and display update logs and changelogs in your Roblox games.
Fluent API: Build fully functional logs in just a few chainable lines of code.
Standalone Procedural Fallback: Runs completely out-of-the-box. If no custom UI templates are provided, it automatically constructs a dark-themed UI on the fly via Instance.new.
Custom Template Support: Easily plug in your own UI design templates by placing them inside a Data folder.
Starting from v1.0.0, each SimpleLog.new() instance generates its own unique ScreenGui with isolated state management. You can build and display as many independent log windows as you need showing, hiding, or destroying one won’t interfere with any others.