Our search systems are undergoing rapid maintenance, they may be intermittently unavailable. Sorry for the inconvenience!
Universal Script 📌
12.0k Views

Tora Ui Library

Universal Script 📌Uploaded by
2 years ago
Please login to perform these actions:

Description

Clean ui like wizard

View Raw
Edited By: liebet Download


Comments
7
User profile picture
sammy10990 2 years ago - Edited
whats this
User profile picture
crucifixnew 2 years ago - Edited
tora's library. idk. btw not solara supported
User profile picture
liebet 2 years ago - Edited
Add library:Init() at the end of the script
User profile picture
crucifixnew 2 years ago - Edited
k
User profile picture
Jardin 9 months ago
hey why the textbox is a color picker
User profile picture
Era_ 3 months ago
local library = loadstring(game:HttpGet("https://raw.githubusercontent.com/liebertsx/Tora-Library/main/src/librarynew",true))() local tab = library:CreateWindow("Your *le") local folder = tab:AddFolder("Folder") folder:AddButton({ text = "Click me", flag = "button", callback = function() print("hello world") end }) folder:AddToggle({ text = "Toggle", flag = "toggle", callback = function(v) print(v) end }) folder:AddLabel({ text = "This Is Sick!", type = "label" }) folder:AddSlider({ text = "Fov", min = 70, max = 170, dual = true, type = "slider", callback = function(v) print(v) end }) folder:AddColor({ text = "Color Picker", flag = "color", type = "color", callback = function(v) print(v) end }) folder:AddList({ text = "Color", values = {"Red", "Green", "Blue"}, callback = function(value) print("Selected color:", value) end, open = false, flag = "color_option" }) folder:AddBind({ text = "bind", key = "X", hold = false, callback = function() end }) library:Close() library:Init() I'm giving away Tora's UI. I'm a Tora fan, I've been looking for Tora's UI for a long time, and since I'm a good person, I'll give everyone Tora's UI without needing to go to GitHub.
User profile picture
Era_ 3 months ago
local library = loadstring(game:HttpGet("https://raw.githubusercontent.com/liebertsx/Tora-Library/main/src/librarynew",true))() local tab = library:CreateWindow("Your *le") local folder = tab:AddFolder("Folder") folder:AddButton({ text = "Click me", flag = "button", callback = function() print("hello world") end }) folder:AddToggle({ text = "Toggle", flag = "toggle", callback = function(v) print(v) end }) folder:AddLabel({ text = "This Is Sick!", type = "label" }) folder:AddSlider({ text = "Fov", min = 70, max = 170, dual = true, type = "slider", callback = function(v) print(v) end }) folder:AddColor({ text = "Color Picker", flag = "color", type = "color", callback = function(v) print(v) end }) folder:AddList({ text = "Color", values = {"Red", "Green", "Blue"}, callback = function(value) print("Selected color:", value) end, open = false, flag = "color_option" }) folder:AddBind({ text = "bind", key = "X", hold = false, callback = function() end }) library:Close() library:Init() --I'm giving away Tora's UI. I'm a Tora fan, I've been looking for Tora's UI for a long time, and since I'm a good person, I'll give everyone Tora's UI without needing to go to GitHub.
Please Login to add a comment.