This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 = { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 = { |