Skip to content

Instantly share code, notes, and snippets.

local WindUI = loadstring(game:HttpGet("https://raw.githubusercontent.com/Footagesus/WindUI/main/dist/main.lua"))()
WindUI.TransparencyValue = 0.3
WindUI:SetTheme("Dark")
WindUI:Popup({
Title = "欢迎使用子脚本",
Icon = "sparkles",
Content = "尊贵的子脚本用户 "..game.Players.LocalPlayer.Name..", 测试",
Buttons = {
local WindUI = loadstring(game:HttpGet("https://raw.githubusercontent.com/Footagesus/WindUI/main/dist/main.lua"))()
WindUI.TransparencyValue = 0.3
WindUI:SetTheme("Dark")
WindUI:Popup({
Title = "欢迎使用子脚本",
Icon = "sparkles",
Content = "尊贵的子脚本用户 "..game.Players.LocalPlayer.Name..", 测试",
Buttons = {