Roblox The Normal Elevator Code
Nov 5th, 2017
Never
Roblox Boombox Codes Whatever It Takes Roblox Free Login. Alto 800 New Model 2016 Mileage. Roblox moto moto normal elevator; roblox music id code for old town.
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
Roblox Normal Elevator Music
- --Use the find and replace tool to replace all of each of the following with what you want:
- --The Normal Elevator Gui
- --TheNormalElevatorGui(NoSpaces)
- --Jawbreaker(NoSpaces)
- --KrabbyPatty(NoSpaces)
- --SecretElevator(NoSpaces)
- --Jawbreaker
- --Krabby Patty
- --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
- if game.CoreGui:findFirstChild('TheNormalElevatorGui')then
- end
- wait(0.1)
- TheNormalElevatorGui = Instance.new('ScreenGui',game.Players.LocalPlayer.PlayerGui)
- TheNormalElevatorGui.Name =('TheNormalElevatorGui')
- frame = Instance.new('Frame',tab)
- min= Instance.new('TextButton',tab)
- local CG = game.CoreGui
- Jawbreaker = Instance.new('TextButton',frame)--
- KrabbyPatty = Instance.new('TextButton',frame)--
- SecretElevator = Instance.new('TextButton',frame)--
- --Appearance
- TheNormalElevatorGui.Parent = CG
- tab.Position = UDim2.new(0.5,0,0.5,0)
- tab.BorderSizePixel =0
- tab.Draggable =true
- frame.Size = UDim2.new(0,400,0,178.5)
- frame.BackgroundColor3 = Color3.new(150/255,150/255,150/255)
- close.Position = UDim2.new(1,-20,0,0)
- close.BorderSizePixel =0
- close.Text =('X')
- close.TextSize =15
- close.TextColor3 = Color3.new(26/255,26/255,26/255)
- min.Position = UDim2.new(1,-40,0,0)
- min.BorderSizePixel =0
- min.Text =('_')
- min.TextSize =15
- blabel.BackgroundTransparency =1
- blabel.Text =('The Normal Elevator Gui by Lucas111222')
- blabel.TextColor3 = Color3.new(0,0,0)
- Cookie.Position = UDim2.new(0,5,0,5)
- Cookie.BorderSizePixel =0
- Cookie.BackgroundColor3 = Color3.new(100/255,100/255,100/255)
- Cookie.Font =('Arial')
- Cookie.TextColor3 = Color3.new(0,0,0)
- Jawbreaker.Position = UDim2.new(0,136,0,5)
- Jawbreaker.BorderSizePixel =0
- Jawbreaker.BackgroundColor3 = Color3.new(100/255,100/255,100/255)
- Jawbreaker.Font =('Arial')
- Jawbreaker.TextColor3 = Color3.new(0,0,0)
- KandyBar.Position = UDim2.new(0,267,0,5)
- KandyBar.BorderSizePixel =0
- KandyBar.BackgroundColor3 = Color3.new(100/255,100/255,100/255)
- KandyBar.Font =('Arial')
- KandyBar.TextColor3 = Color3.new(0,0,0)
- KrabbyPatty.Position = UDim2.new(0,5,0,93)
- KrabbyPatty.BorderSizePixel =0
- KrabbyPatty.BackgroundColor3 = Color3.new(100/255,100/255,100/255)
- KrabbyPatty.Font =('Arial')
- KrabbyPatty.TextColor3 = Color3.new(0,0,0)
- Spinach.Position = UDim2.new(0,136,0,93)
- Spinach.BorderSizePixel =0
- Spinach.BackgroundColor3 = Color3.new(100/255,100/255,100/255)
- Spinach.Font =('Arial')
- Spinach.TextColor3 = Color3.new(0,0,0)
- SecretElevator.Position = UDim2.new(0,267,0,93)
- SecretElevator.BorderSizePixel =0
- SecretElevator.BackgroundColor3 = Color3.new(100/255,100/255,100/255)
- SecretElevator.Font =('Arial')
- SecretElevator.TextColor3 = Color3.new(0,0,0)
- --Buttons / functions
- close.MouseEnter:connect(function()
- end)
- close.BackgroundColor3 = Color3.new(1,1,1)
- close.MouseButton1Up:connect(function()
- end)
- minid =false
- if minid falsethen
- minid =true
- frame.Position = UDim2.new(0,0,0,25)
- end
- end)
- Cookie.TextColor3 = Color3.new(1,1,1)
- Cookie.BackgroundColor3 = Color3.new(135/255,135/255,135/255)
- Cookie.MouseLeave:connect(function()
- Cookie.BackgroundColor3 = Color3.new(100/255,100/255,100/255)
- Cookie.MouseButton1Down:connect(function()
- game.ReplicatedStorage.Purchase:InvokeServer('Cookie')
- Jawbreaker.TextColor3 = Color3.new(1,1,1)
- Jawbreaker.BackgroundColor3 = Color3.new(135/255,135/255,135/255)
- Jawbreaker.MouseLeave:connect(function()
- Jawbreaker.BackgroundColor3 = Color3.new(100/255,100/255,100/255)
- Jawbreaker.MouseButton1Down:connect(function()
- game.ReplicatedStorage.Purchase:InvokeServer('Jawbreaker')
- KandyBar.TextColor3 = Color3.new(1,1,1)
- KandyBar.BackgroundColor3 = Color3.new(135/255,135/255,135/255)
- KandyBar.MouseLeave:connect(function()
- KandyBar.BackgroundColor3 = Color3.new(100/255,100/255,100/255)
- KandyBar.MouseButton1Down:connect(function()
- game.ReplicatedStorage.Purchase:InvokeServer('Kandy Bar')
- KrabbyPatty.TextColor3 = Color3.new(1,1,1)
- KrabbyPatty.BackgroundColor3 = Color3.new(135/255,135/255,135/255)
- KrabbyPatty.MouseLeave:connect(function()
- KrabbyPatty.BackgroundColor3 = Color3.new(100/255,100/255,100/255)
- KrabbyPatty.MouseButton1Down:connect(function()
- game.ReplicatedStorage.Purchase:InvokeServer('Krabby Patty')
- Spinach.TextColor3 = Color3.new(1,1,1)
- Spinach.BackgroundColor3 = Color3.new(135/255,135/255,135/255)
- Spinach.MouseLeave:connect(function()
- Spinach.BackgroundColor3 = Color3.new(100/255,100/255,100/255)
- Spinach.MouseButton1Down:connect(function()
- game.ReplicatedStorage.Purchase:InvokeServer('Spinach')
- SecretElevator.TextColor3 = Color3.new(1,1,1)
- SecretElevator.BackgroundColor3 = Color3.new(135/255,135/255,135/255)
- SecretElevator.MouseLeave:connect(function()
- SecretElevator.BackgroundColor3 = Color3.new(100/255,100/255,100/255)
- SecretElevator.MouseButton1Down:connect(function()
- game.Workspace.Lobby.Keypad.Click:FireServer('Enter')
- game.Workspace.Lobby.Keypad.Click:FireServer('3792')
- game.Workspace.Lobby.Keypad.Click:FireServer('Enter')
RAW Paste Data
Comments are closed.