
12.0k Views
Tora Ui Library
Universal Script 📌Uploaded by 2 years ago
Please login to perform these actions:
Description
Clean ui like wizard
Comments
7

Offline
sammy10990 2 years ago - Edited
whats this
Offline
crucifixnew 2 years ago - Edited
tora's library. idk. btw not solara supported
Offline
liebet 2 years ago - Edited
Add library:Init() at the end of the script
Offline
crucifixnew 2 years ago - Edited
k
Offline
Jardin 9 months ago
hey why the textbox is a color picker
Offline
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.
Offline
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.
Moondiety Script | 12+ supported Games



