the normal elevator 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) the normal elevator script How to get it for free? the normal elevator 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 the normal elevator script How to dowload it? the normal elevator 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) the normal elevator script How to dowload it? the normal elevator 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)-- the normal elevator script How to get it? the normal elevator 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) the normal elevator script How to dowload it? the normal elevator 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) the normal elevator script How to get it for free? the normal elevator 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 the normal elevator script PasteShr the normal elevator 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 the normal elevator script How to get it? the normal elevator 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) the normal elevator script How to use it? the normal elevator 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) the normal elevator script How to use it? the normal elevator 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) the normal elevator script How to get it for free? the normal elevator 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) the normal elevator script PasteShr the normal elevator 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 the normal elevator script PasteShr the normal elevator 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) the normal elevator script How to use it? the normal elevator 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() the normal elevator script How to dowload it? the normal elevator 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) the normal elevator script How to get it for free? the normal elevator 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() the normal elevator script How to get it for free? the normal elevator 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) the normal elevator script How to get it? the normal elevator 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() the normal elevator script How to get it for free? the normal elevator 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) the normal elevator script How to get it? the normal elevator 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() the normal elevator script PasteShr the normal elevator 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) the normal elevator script PasteShr the normal elevator 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() the normal elevator script How to dowload it? the normal elevator 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) the normal elevator script