MilkGui - Create good looking GUIs fast and easily

MilkGui - Create good looking GUIs fast and easily

MilkGui is a module which lets you transform this:


to this:

in a few lines of code.

How to use:

MilkGui is easy to use. Here is a example script:
local MilkGui = require(script.Parent.MilkGui) -- Get MilkGui
local TextButton = script.Parent.TextButton -- Variable

MilkGui.Set(TextButton)

Downloads:

MilkGui.lua (1,9 KB)

4 Likes

Seems that it could work. :eyes:
I alr have it downloaded, but I’ll test it tomorrow, going to sleep! (Spain is late)
Bye!

Edit: a question,
.Set() works with all, no more functions?

Just do .Set(). No more functions needed.

1 Like