local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/Robojini/Tuturial_UI_Library/main/UI_Template_1"))() local Window = Library.CreateLib("mx hub", "RJTheme3") local Tab = Window:NewTab("glove") local Section = Tab:NewSection("...") Section:NewTextBox("glove speed", "TextboxInfo", function(txt) game:GetService("Players").LocalPlayer.Backpack["Free Glove"].Speed.Value = txt end) Section:NewTextBox("glove power", "TextboxInfo", function(txt) game:GetService("Players").LocalPlayer.Backpack["Free Glove"].Power.Value = txt end) Section:NewButton("fly gui", "ButtonInfo", function() loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-Gui-Fly-v3-37111"))() end)