-- Open Source! Why not local Library = loadstring(Game:HttpGet("https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/wizard"))() local BuyCharacter = Library:NewWindow("The Pizzaria: Creeping Anemoia") local Power = BuyCharacter:NewSection("Officer") Power:CreateButton("Instant 6AM / Instant Win", function() game:GetService("ReplicatedStorage").YayWon.Value = true end) Power:CreateTextbox("Give Officer Power", function(text) game:GetService("ReplicatedStorage").Power.Value = text end)