Sign In to Your Account

Manual registration is temporarily disabled. Please use Discord, Google or GitHub to create an account.

CONTINUE WITH
instant proximityprompt - Infected Gas Station [HORROR] Script | Free Roblox Script
Infected Gas Station [HORROR] Infected Gas Station [HORROR]

instant proximityprompt

Infected Gas Station [HORROR] 73 views 2 months ago
instant proximityprompt - Roblox Script
Mobile Mobile Friendly

Description

Credits: mangomangomangomango

made by l0stveil yeah dont ask me why im so activejust execute once please

Infected Gas Station [HORROR]
Explore more scripts
View all Infected Gas Station [HORROR] scripts

33 Lines 1,444 Bytes
game:GetService("RunService").Heartbeat:Connect(function()
    for _, v in ipairs(workspace:GetDescendants()) do
        if v:IsA("ProximityPrompt") then
            v.HoldDuration = 0
        end
    end
end)

for _, v in ipairs(getgc(true)) do
    if type(v) == "table" and rawget(v, "Fusebox") and rawget(v, "Popcorn") then
        for key in pairs(v) do
            v[key] = nil
        end
    end
end

game:GetService("Players").LocalPlayer:WaitForChild("PlayerGui").DescendantAdded:Connect(function(v)
    if v.Name == "PowerMeter" or v.Name == "LockdoorMeter" or v.Name == "PopcornMeter" then
        for _, gc in ipairs(getgc(true)) do
            if type(gc) == "table" and rawget(gc, "Fusebox") and rawget(gc, "Popcorn") then
                for key in pairs(gc) do
                    gc[key] = nil
                end
            end
        end
        v:Destroy()
        require(game:GetService("ReplicatedStorage"):WaitForChild("Framework"):WaitForChild("Library")):GetModule("Network"):GetOrCreate("Interact"):FireServer(v.Name == "PowerMeter" and "FixPower" or v.Name == "LockdoorMeter" and "FrontDoor" or "StartPopping")
        if v.Name == "PopcornMeter" then
            task.wait(0.1)
            require(game:GetService("ReplicatedStorage"):WaitForChild("Framework"):WaitForChild("Library")):GetModule("Network"):GetOrCreate("Interact"):FireServer("StopPopping")
        end
    end
end)

Comments

Comments section coming soon...

Frequently Asked Questions

To use this script, you need a Roblox Executor. Simply copy the script from this page, paste it into your executor, and run it while you are in the Infected Gas Station [HORROR] game.

Yes, this script is completely free to use.

No, this script does not require a key.

Yes, this script is designed to be compatible with mobile executors.

Similar Scripts

Share Script

Share this script with others by copying the link or using your device's share options.

https://rbxscripts.net/scripts/instant-proximityprompt/
or

Report Script

Help us maintain a safe community. Your report will be reviewed by our moderation team and appropriate action will be taken if needed.

Select a reason...
Malicious Code
Inappropriate Content
Copyright Infringement
Spam
Misleading Information
Other