--[[ WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk! ]] local Library = loadstring(Game:HttpGet("https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/wizard"))() local Morph = Library:NewWindow("Re-Regular 64") local TR = Morph:NewSection("Admin Characters") TR:CreateButton("Beta Lugi (Admin)", function() game:GetService("ReplicatedStorage"):WaitForChild("CharacterEventBETALUGI"):FireServer() end) TR:CreateButton("Beta Stack (Admin)", function() game:GetService("ReplicatedStorage"):WaitForChild("CharacterEventBETASTACK"):FireServer() end) TR:CreateButton("Fake Yoshi (Admin)", function() game:GetService("ReplicatedStorage"):WaitForChild("CharacterEventFakeYoshi"):FireServer() end)