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)