Skip to content
MatusGuy edited this page Apr 17, 2022 · 2 revisions

Welcome to the Mt wiki!

Here is most API documentation on Mt.

What is Mt?

When I was making desktop applications with Qt (GUI framework), I asked to myself: "Why doesn't most of this stuff exist on Roblox?"

And so here comes Mt, the Roblox object orientated module that adds new GUI widgets to Roblox GUI, such as:

  • Sliders
  • Tabs
  • Check boxes & radio buttons
  • Combo boxes
  • and more...

All of these widgets are still in their prototype phase


What I have been working on, is the window manager.

This part of the module allows you to make windows, move them around, resize them and do what most window managers do.

Clone this wiki locally