The SCP Elevator Script | Regen Coil, Fast Coil
The SCP Elevator Keyless
The SCP Elevator Script | Regen Coil, Fast Coil
👤 alexriderr 👁 2 views ❤️ 0 likes ⏱ Mar 29, 2026
This keyless script, created by Hub for The SCP Elevator game, includes features like a Regen Coil, Fast Coil, Speed Potion, and much more.
✨ Features
Regen Coil Fast Coil Super Speed Coil Balloon Key Card Speed Potion
📋 Script Code
local DrRayLibrary = loadstring(game:HttpGet("https://raw.githubusercontent.com/AZYsGithub/DrRay-UI-Library/main/DrRay.lua"))()
local window = DrRayLibrary:Load("Coolgod", "Default")

local tab = DrRayLibrary.newTab("TOOLS", "ImageIdHere")

tab.newButton("Regen Coil", "Prints Hello!", function()
   local args = {
	0,
	"Regen Coil",
	"Regen Coil"
}
game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("ShopEvents"):WaitForChild("BuyItemFromGUI"):FireServer(unpack(args))
end)

tab.newButton("Fast Coil", "Prints Hello!", function()
  local args = {
	0,
	"Fast Coil",
	"Fast Coil"
}
game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("ShopEvents"):WaitForChild("BuyItemFromGUI"):FireServer(unpack(args))
end)

tab.newButton("Super Speed Coil", "Prints Hello!", function()
  local args = {
	0,
	"Super Speed Coil",
	"Super Speed Coil"
}
game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("ShopEvents"):WaitForChild("BuyItemFromGUI"):FireServer(unpack(args))
end)

tab.newButton("Balloon", "Prints Hello!", function()
  local args = {
	0,
	"Balloon",
	"Balloon"
}
game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("ShopEvents"):WaitForChild("BuyItemFromGUI"):FireServer(unpack(args))
end)

tab.newButton("Key Card", "Prints Hello!", function()
  local args = {
	0,
	"[SCP] Card-L1",
	"Key Card"
}
game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("ShopEvents"):WaitForChild("BuyItemFromGUI"):FireServer(unpack(args))
end)

tab.newButton("Speed Potion", "Prints Hello!", function()
 local args = {
	0,
	"The Speed Potion",
	"Speed Potion"
}
game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("ShopEvents"):WaitForChild("BuyItemFromGUI"):FireServer(unpack(args))
end)

tab.newButton("Healing Potion", "Prints Hello!", function()
  local args = {
	0,
	"HealingPotion",
	"Healing Potion"
}
game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("ShopEvents"):WaitForChild("BuyItemFromGUI"):FireServer(unpack(args))
end)

tab.newButton("Shrink Potion", "Prints Hello!", function()
  local args = {
	0,
	"Shrink Potion",
	"Shrink Potion"
}
game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("ShopEvents"):WaitForChild("BuyItemFromGUI"):FireServer(unpack(args))
end)

tab.newButton("Forcefield Shield", "Prints Hello!", function()
  local args = {
	0,
	"Shield",
	"Forcefield Shield"
}
game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("ShopEvents"):WaitForChild("BuyItemFromGUI"):FireServer(unpack(args))
end)

tab.newButton("Elevator Orb", "Prints Hello!", function()
  local args = {
	0,
	"Elevator orb",
	"Elevator Orb"
}
game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("ShopEvents"):WaitForChild("BuyItemFromGUI"):FireServer(unpack(args))
end)

tab.newButton("Glowstick", "Prints Hello!", function()
  local args = {
	0,
	"Glowstick",
	"Glowstick"
}
game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("ShopEvents"):WaitForChild("BuyItemFromGUI"):FireServer(unpack(args))
end)

tab.newButton("Smoke Bomb", "Prints Hello!", function()
 local args = {
	0,
	"Smoke Bomb",
	"Smoke Bomb"
}
game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("ShopEvents"):WaitForChild("BuyItemFromGUI"):FireServer(unpack(args)) 
end)

tab.newButton("Banana Peel", "Prints Hello!", function()
 local args = {
	0,
	"Banana",
	"Banana Peel"
}
game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("ShopEvents"):WaitForChild("BuyItemFromGUI"):FireServer(unpack(args)) 
end)

tab.newButton("Money Bag", "Prints Hello!", function()
 local args = {
	0,
	"Moneybag",
	"Money Bag"
}
game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("ShopEvents"):WaitForChild("BuyItemFromGUI"):FireServer(unpack(args))
end)

tab.newButton("173 Plush", "Prints Hello!", function()
local args = {
	0,
	"173 Plush",
	"173 Plush"
}
game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("ShopEvents"):WaitForChild("BuyItemFromGUI"):FireServer(unpack(args))  
end)

tab.newButton("999 Plush", "Prints Hello!", function()
local args = {
	0,
	"999 Plush",
	"999 Plush"
}
game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("ShopEvents"):WaitForChild("BuyItemFromGUI"):FireServer(unpack(args))   
end)

tab.newButton("SCP-131 Pet", "Prints Hello!", function()
 local args = {
	0,
	"SCP-131 Pet",
	"SCP-131 Pet"
}
game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("ShopEvents"):WaitForChild("BuyItemFromGUI"):FireServer(unpack(args))  
end)

tab.newButton("SCP-999 Pet", "Prints Hello!", function()
 local args = {
	0,
	"SCP-999 Pet",
	"SCP-999 Pet"
}
game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("ShopEvents"):WaitForChild("BuyItemFromGUI"):FireServer(unpack(args))
end)
🎮 Similar Scripts
💬 Comments (0)
Login to post a comment
No comments yet. Be the first!
Script Info
Game The SCP Elevator
TypeKeyless
Authoralexriderr
Views2
Likes0
PublishedMar 29, 2026
🎮 Play Game on Roblox
🕐 Recent Scripts
SZA Script Keyless – Auto Shoot
SZA Script Keyless – Auto Shoot
Survive Zombie Arena • 👁 1
Keyless
Cat Piece Script by Kaito Hub | Weapons and Combat Features
Cat Piece Script by Kaito Hub | Weapons and Combat Features
Cat Piece • 👁 12
Keyless
Forest Grind inf wood and money
Forest Grind inf wood and money
Forest Grind • 👁 10
Keyless
Valnce Hub Blade Ball Script
Valnce Hub Blade Ball Script
Blade Ball • 👁 8
Keyless
inf money
inf money
Train to Escape Prison • 👁 7
Keyless