local library = loadstring(game:HttpGet("https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/turtle"))() local OwO = library:Window("Shinigami Battlegrounds") OwO:Label("Created By ilysm Emperor HuskyOrbit53", Color3.fromRGB(127, 143, 166)) OwO:Button("Gremmy", function() local args = { [1] = "Gremmy" } game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("SelectCharacter"):FireServer(unpack(args)) end) OwO:Button("Menos", function() local args = { [1] = "Menos" } game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("SelectCharacter"):FireServer(unpack(args)) end)