local Library = loadstring(Game:HttpGet("https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/wizard"))() local Shop = Library:NewWindow("Untitled Battlegrounds ") local SH = Shop:NewSection("Shop Character") SH:CreateButton("use shedletsky", function() local args = { "SetMoveset", "Shedletsky" } game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("Comunicator"):WaitForChild("Set"):FireServer(unpack(args)) end) SH:CreateButton("use noli", function() local args = { "SetMoveset", "Noli" } game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("Comunicator"):WaitForChild("Set"):FireServer(unpack(args)) end) SH:CreateButton("use Bluudud", function() local args = { "SetMoveset", "Bluudud" } game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("Comunicator"):WaitForChild("Set"):FireServer(unpack(args)) end) SH:CreateButton("use Mafioso", function() local args = { "SetMoveset", "Mafioso" } game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("Comunicator"):WaitForChild("Set"):FireServer(unpack(args)) end) SH:CreateButton("use Jason", function() local args = { "SetMoveset", "Jason" } game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("Comunicator"):WaitForChild("Set"):FireServer(unpack(args)) end) SH:CreateButton("use 1x1x1x1", function() local args = { "SetMoveset", "1x1x1x1" } game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("Comunicator"):WaitForChild("Set"):FireServer(unpack(args)) end) SH:CreateButton("use KJ", function() local args = { "SetMoveset", "KJ" } game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("Comunicator"):WaitForChild("Set"):FireServer(unpack(args)) end)