Universal Script 📌
12.3k Views
4 Executions

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

8
Log in to join the conversation. Login
Era_'s profile picture
Era_6 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.

1
Era_'s profile picture
Era_6 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.

1
DoggoJ's profile picture
DoggoJ11 months ago

hey why the textbox is a color picker

1
crucifixnew's profile picture
crucifixnew2 years ago(edited)

k

1
liebet's profile picture
liebetUploader2 years ago(edited)

Add library:Init() at the end of the script

1
crucifixnew's profile picture
crucifixnew2 years ago(edited)

tora's library. idk. btw not solara supported

1
Era_'s profile picture
Era_6 months ago

@crucifixnew 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.

1
sammy10990's profile picture
sammy109902 years ago(edited)

whats this

1