ScriptBlox is undergoing maintenance, so downtime is possible. Sorry for the inconvenience!
Universal Script 📌
1.3k Views

Module X UI Library

Universal Script 📌Uploaded by
6 months ago
Please login to perform these actions:

Description

I tried to script a UI Library, First time, send comments on what to add next it right now has buttons and etc. I got inspired by rayfield to try to do one of these. Some feature might not work. Ive only tested this on Xeno so idk about other executors. The slider color must come before the slider or else the slider wont work. Module X SetUp Commands UI:SetLoadingText(LoadingText) UI:SetCreditsText(CreditsName) UI:CreateTab(TabName) UI:AddButton(TabName, Button name) UI:AddToggle(tabName, text, defaultState) UI:AddSlider(tabName, text, min, max, defaultValue) UI:SetSliderColor(color) How to use UI:AnyCommand("") SilderColors: Red = Color3.fromRGB(255,0,0) Blue = Color3.fromRGB(0,170,255) Green = Color3.fromRGB(0,255,0) Yellow = Color3.fromRGB(255,255,0) Purple = Color3.fromRGB(179,2,255)

View Raw
Edited By: Kyereal Download


Comments
7
User profile picture
Thelon3lyguy123 6 months ago
The start of something new W
Thelon3lyguy123's profile pictureThelon3lyguy123The start of something new W
User profile picture
Kyereal 6 months ago
@Thelon3lyguy123 Tyy ive been trying to create this for awhile now but kept giving up
Kyereal's profile pictureKyereal@Thelon3lyguy123 Tyy ive been trying to create thi...
User profile picture
Thelon3lyguy123 6 months ago
@Kyereal dont give up!
Thelon3lyguy123's profile pictureThelon3lyguy123@Kyereal dont give up!
User profile picture
Kyereal 6 months ago
@Thelon3lyguy123 I won't ty, what should I also add to the script when I get time??
User profile picture
00000000000000000000 6 months ago
AI Library
User profile picture
Kyereal 6 months ago
@1alt_ ???
User profile picture
frzfrsy 6 months ago
one question, how do you maximize or restore the gui? thats why you shouldnt obfuscate the script when creating a UI library, *ody does that
Please Login to add a comment.