Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/wizard"))()
- local function set_style(desired_style)
- if player:FindFirstChild("PlayerStats") then
- local playerStats = player.PlayerStats
- if playerStats:FindFirstChild("Style") then
- playerStats.Style.Value = desired_style
- end
- end
- end
- local Window = Library:NewWindow("Arbix Hub")
- -- Mythicals Section
- local Section = Window:NewSection("STYLES")
- local textbox1 = Section:CreateTextbox("TextBox", function(value)
- Sty = value
- end)
- Section:CreateButton("Get The Style", function()
- if Sty and Sty ~= "" then
- set_style(Sty)
- end)
- local Section = Windo:NewSection("ONE TAP")
- Section:CreateButton("Get Shidou", function()
- set_style("Shidou")
- end)
- Section:CreateButton("Get Rin", function()
- set_style("Rin")
- end)
- Section:CreateButton("Get Sae", function()
- set_style("Sae")
- end)
- Section:CreateButton("Get Yukimiya", function()
- set_style("Yukimiya")
- end)
- Section:CreateButton("Get Aiku", function()
- set_style("Aiku")
- end)
Advertisement
Add Comment
Please, Sign In to add comment