roblox the normal buttton script --Use the find and replace tool to replace all of each of the following with what you want: --The Normal Elevator Gui --Lucas111222 --TheNormalElevatorGui(NoSpaces) --Cookie(NoSpaces) --Jawbreaker(NoSpaces) --KandyBar(NoSpaces) --KrabbyPatty(NoSpaces) --Spinach(NoSpaces) roblox the normal buttton script PasteShr roblox the normal buttton script --SecretElevator(NoSpaces) --Cookie --Jawbreaker --Kandy Bar --Krabby Patty --Spinach --Secret Elevator --Go down to the bottom of the script and replace the areas labled 'Enter(ButtonName)FunctionHere' with the script you want to run for each of the buttons roblox the normal buttton script PasteShr roblox the normal buttton script if game.CoreGui:findFirstChild("TheNormalElevatorGui") then game.CoreGui["TheNormalElevatorGui"]:remove() end wait(0.1) TheNormalElevatorGui = Instance.new("ScreenGui",game.Players.LocalPlayer.PlayerGui) TheNormalElevatorGui.Name = ("TheNormalElevatorGui") tab = Instance.new("Frame",TheNormalElevatorGui) frame = Instance.new("Frame",tab) close = Instance.new("TextButton",tab) roblox the normal buttton script How to dowload it? roblox the normal buttton script min = Instance.new("TextButton",tab) blabel = Instance.new("TextLabel",tab) local CG = game.CoreGui Cookie = Instance.new("TextButton",frame)-- Jawbreaker = Instance.new("TextButton",frame)-- KandyBar = Instance.new("TextButton",frame)-- KrabbyPatty = Instance.new("TextButton",frame)-- Spinach = Instance.new("TextButton",frame)-- SecretElevator = Instance.new("TextButton",frame)-- roblox the normal buttton script How to get it? roblox the normal buttton script --Appearance TheNormalElevatorGui.Parent = CG local CGG = CG["TheNormalElevatorGui"] tab.AnchorPoint = Vector2.new(0.5,0.5) tab.Position = UDim2.new(0.5,0,0.5,0) tab.Size = UDim2.new(0,400,0,25) tab.BorderSizePixel = 0 tab.BackgroundColor3 = Color3.new(1,1,1) roblox the normal buttton script PasteShr roblox the normal buttton script tab.Draggable = true tab.Active = true frame.Position = UDim2.new(0,0,0,25) frame.Size = UDim2.new(0,400,0,178.5) frame.BorderSizePixel = 0 frame.BackgroundColor3 = Color3.new(150/255,150/255,150/255) close.Position = UDim2.new(1,-20,0,0) close.Size = UDim2.new(0,20,0,20) roblox the normal buttton script How to get it for free? roblox the normal buttton script close.BorderSizePixel = 0 close.BackgroundColor3 = Color3.new(1,1,1) close.Text = ("X") close.Font = ("Arial") close.TextSize = 15 close.TextColor3 = Color3.new(26/255,26/255,26/255) min.Position = UDim2.new(1,-40,0,0) min.Size = UDim2.new(0,20,0,20) min.BorderSizePixel = 0 roblox the normal buttton script How to get it for free? roblox the normal buttton script min.BackgroundColor3 = Color3.new(1,1,1) min.Text = ("_") min.Font = ("Arial") min.TextSize = 15 min.TextColor3 = Color3.new(26/255,26/255,26/255) blabel.Position = UDim2.new(0,135,0,8) blabel.BackgroundTransparency = 1 blabel.Text = ("The Normal Elevator Gui by Lucas111222") blabel.TextSize = 10 roblox the normal buttton script PasteShr roblox the normal buttton script blabel.TextColor3 = Color3.new(0,0,0) Cookie.Position = UDim2.new(0,5,0,5) Cookie.Size = UDim2.new(0,126,0,80) Cookie.BorderSizePixel = 0 Cookie.BackgroundColor3 = Color3.new(100/255,100/255,100/255) Cookie.Text = ("Cookie") Cookie.Font = ("Arial") Cookie.TextSize = 20 Cookie.TextColor3 = Color3.new(0,0,0) roblox the normal buttton script PasteShr roblox the normal buttton script Jawbreaker.Position = UDim2.new(0,136,0,5) Jawbreaker.Size = UDim2.new(0,126,0,80) Jawbreaker.BorderSizePixel = 0 Jawbreaker.BackgroundColor3 = Color3.new(100/255,100/255,100/255) Jawbreaker.Text = ("Jawbreaker") Jawbreaker.Font = ("Arial") Jawbreaker.TextSize = 20 Jawbreaker.TextColor3 = Color3.new(0,0,0) roblox the normal buttton script How to use it? roblox the normal buttton script KandyBar.Position = UDim2.new(0,267,0,5) KandyBar.Size = UDim2.new(0,128,0,80) KandyBar.BorderSizePixel = 0 KandyBar.BackgroundColor3 = Color3.new(100/255,100/255,100/255) KandyBar.Text = ("Kandy Bar") KandyBar.Font = ("Arial") KandyBar.TextSize = 20 KandyBar.TextColor3 = Color3.new(0,0,0) KrabbyPatty.Position = UDim2.new(0,5,0,93) roblox the normal buttton script How to use it? roblox the normal buttton script KrabbyPatty.Size = UDim2.new(0,126,0,80) KrabbyPatty.BorderSizePixel = 0 KrabbyPatty.BackgroundColor3 = Color3.new(100/255,100/255,100/255) KrabbyPatty.Text = ("Krabby Patty") KrabbyPatty.Font = ("Arial") KrabbyPatty.TextSize = 20 KrabbyPatty.TextColor3 = Color3.new(0,0,0) Spinach.Position = UDim2.new(0,136,0,93) Spinach.Size = UDim2.new(0,126,0,80) roblox the normal buttton script How to dowload it? roblox the normal buttton script Spinach.BorderSizePixel = 0 Spinach.BackgroundColor3 = Color3.new(100/255,100/255,100/255) Spinach.Text = ("Spinach") Spinach.Font = ("Arial") Spinach.TextSize = 20 Spinach.TextColor3 = Color3.new(0,0,0) SecretElevator.Position = UDim2.new(0,267,0,93) SecretElevator.Size = UDim2.new(0,128,0,80) SecretElevator.BorderSizePixel = 0 roblox the normal buttton script How to get it? roblox the normal buttton script SecretElevator.BackgroundColor3 = Color3.new(100/255,100/255,100/255) SecretElevator.Text = ("Secret Elevator") SecretElevator.Font = ("Arial") SecretElevator.TextSize = 20 SecretElevator.TextColor3 = Color3.new(0,0,0) --Buttons / functions close.MouseEnter:connect(function() close.BackgroundColor3 = Color3.new(1,0,0) roblox the normal buttton script How to get it? roblox the normal buttton script end) close.MouseLeave:connect(function() close.BackgroundColor3 = Color3.new(1,1,1) end) close.MouseButton1Up:connect(function() game.CoreGui["TheNormalElevatorGui"]:remove() end) minid = false min.MouseButton1Up:connect(function() roblox the normal buttton script How to dowload it? roblox the normal buttton script if minid == false then frame.Position = UDim2.new(2000,0,0,0) minid = true else frame.Position = UDim2.new(0,0,0,25) minid = false end end) roblox the normal buttton script How to get it for free? roblox the normal buttton script Cookie.MouseEnter:connect(function() Cookie.TextColor3 = Color3.new(1,1,1) Cookie.BackgroundColor3 = Color3.new(135/255, 135/255, 135/255) end) Cookie.MouseLeave:connect(function() Cookie.TextColor3 = Color3.new(0,0,0) Cookie.BackgroundColor3 = Color3.new(100/255, 100/255, 100/255) end) Cookie.MouseButton1Down:connect(function() roblox the normal buttton script How to dowload it? roblox the normal buttton script game.ReplicatedStorage.Purchase:InvokeServer("Cookie") end) Jawbreaker.MouseEnter:connect(function() Jawbreaker.TextColor3 = Color3.new(1,1,1) Jawbreaker.BackgroundColor3 = Color3.new(135/255, 135/255, 135/255) end) Jawbreaker.MouseLeave:connect(function() Jawbreaker.TextColor3 = Color3.new(0,0,0) Jawbreaker.BackgroundColor3 = Color3.new(100/255, 100/255, 100/255) roblox the normal buttton script How to use it? roblox the normal buttton script end) Jawbreaker.MouseButton1Down:connect(function() game.ReplicatedStorage.Purchase:InvokeServer("Jawbreaker") end) KandyBar.MouseEnter:connect(function() KandyBar.TextColor3 = Color3.new(1,1,1) KandyBar.BackgroundColor3 = Color3.new(135/255, 135/255, 135/255) end) KandyBar.MouseLeave:connect(function() roblox the normal buttton script How to get it? roblox the normal buttton script KandyBar.TextColor3 = Color3.new(0,0,0) KandyBar.BackgroundColor3 = Color3.new(100/255, 100/255, 100/255) end) KandyBar.MouseButton1Down:connect(function() game.ReplicatedStorage.Purchase:InvokeServer("Kandy Bar") end) KrabbyPatty.MouseEnter:connect(function() KrabbyPatty.TextColor3 = Color3.new(1,1,1) KrabbyPatty.BackgroundColor3 = Color3.new(135/255, 135/255, 135/255) roblox the normal buttton script How to get it for free? roblox the normal buttton script end) KrabbyPatty.MouseLeave:connect(function() KrabbyPatty.TextColor3 = Color3.new(0,0,0) KrabbyPatty.BackgroundColor3 = Color3.new(100/255, 100/255, 100/255) end) KrabbyPatty.MouseButton1Down:connect(function() game.ReplicatedStorage.Purchase:InvokeServer("Krabby Patty") end) Spinach.MouseEnter:connect(function() roblox the normal buttton script PasteShr roblox the normal buttton script Spinach.TextColor3 = Color3.new(1,1,1) Spinach.BackgroundColor3 = Color3.new(135/255, 135/255, 135/255) end) Spinach.MouseLeave:connect(function() Spinach.TextColor3 = Color3.new(0,0,0) Spinach.BackgroundColor3 = Color3.new(100/255, 100/255, 100/255) end) Spinach.MouseButton1Down:connect(function() game.ReplicatedStorage.Purchase:InvokeServer("Spinach") end) roblox the normal buttton script How to dowload it? roblox the normal buttton script SecretElevator.MouseEnter:connect(function() SecretElevator.TextColor3 = Color3.new(1,1,1) SecretElevator.BackgroundColor3 = Color3.new(135/255, 135/255, 135/255) end) SecretElevator.MouseLeave:connect(function() SecretElevator.TextColor3 = Color3.new(0,0,0) SecretElevator.BackgroundColor3 = Color3.new(100/255, 100/255, 100/255) end) SecretElevator.MouseButton1Down:connect(function() roblox the normal buttton script How to get it for free? roblox the normal buttton script game.Workspace.Lobby.Keypad.Click:FireServer("Enter") wait(1.1) game.Workspace.Lobby.Keypad.Click:FireServer("3792") game.Workspace.Lobby.Keypad.Click:FireServer("Enter") end) roblox the normal buttton script