Skip to content

Instantly share code, notes, and snippets.

-- windui-loader.lua
return function()
local WindUI = loadstring(game:HttpGet("https://github.com/Footagesus/WindUI/releases/latest/download/main.lua"))()
local Window = WindUI:CreateWindow({
Title = "Maikrotools",
Icon = "fish",
Author = "by M",
Folder = "Maikrotools",
-- windui-simple.lua
local WindUI = loadstring(game:HttpGet("https://github.com/Footagesus/WindUI/releases/latest/download/main.lua"))()
local Window = WindUI:CreateWindow({
Title = "Maikrotools",
Icon = "fish",
Author = "by M",
Folder = "Maikrotools",
Size = UDim2.fromOffset(580, 460),