local Library = loadstring(Game:HttpGet("https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/wizard"))() local Morph = Library:NewWindow("freddy's spring lock") local MH = Morph:NewSection("Suit") MH:CreateButton("bonnie (shadow)", function() game:GetService("ReplicatedStorage"):WaitForChild("MorphCharacter"):WaitForChild("Shadow Bonnie"):WaitForChild("Event"):FireServer()end) MH:CreateButton("Freddy (shadow)", function() game:GetService("ReplicatedStorage"):WaitForChild("MorphCharacter"):WaitForChild("Shadow Freddy"):WaitForChild("Event"):FireServer()end) MH:CreateButton("red bear (idk)", function() game:GetService("ReplicatedStorage"):WaitForChild("MorphCharacter"):WaitForChild("red bear"):WaitForChild("Event"):FireServer()end) MH:CreateButton("White Rabbit (idk)", function() game:GetService("ReplicatedStorage"):WaitForChild("MorphCharacter"):WaitForChild("White Rabbit"):WaitForChild("Event"):FireServer()end) MH:CreateButton("JackOSpring Bonnie (Badge)", function() game:GetService("ReplicatedStorage"):WaitForChild("MorphCharacter"):WaitForChild("JackOSpring Bonnie"):WaitForChild("Event"):FireServer()end) MH:CreateButton("Nightbear (Badge)", function() game:GetService("ReplicatedStorage"):WaitForChild("MorphCharacter"):WaitForChild("Nightbear"):WaitForChild("Event"):FireServer()end) MH:CreateButton("Frosted Spring Freddy (badge)", function() game:GetService("ReplicatedStorage"):WaitForChild("MorphCharacter"):WaitForChild("Frosted Spring Freddy"):WaitForChild("Event"):FireServer()end) MH:CreateButton("Chocolate Spring Bonnie (badge)", function() game:GetService("ReplicatedStorage"):WaitForChild("MorphCharacter"):WaitForChild("Chocolate Spring Bonnie"):WaitForChild("Event"):FireServer()end) MH:CreateButton("Black Heart Spring Bonnie (badge)", function() game:GetService("ReplicatedStorage"):WaitForChild("MorphCharacter"):WaitForChild("Black Heart Spring Bonnie"):WaitForChild("Event"):FireServer()end) MH:CreateButton("Broken Spring Chica (badge)", function() game:GetService("ReplicatedStorage"):WaitForChild("MorphCharacter"):WaitForChild("Broken Spring Chica"):WaitForChild("Event"):FireServer()end)