Functions: Fast spawn brain

Installation guide:Copy the script from the button below.Run any Injector (We recommend KRNL Injector)Install it, insert the script and click executeEnjoy it)
Thank you for using our website
Your script:
_G.FirePP = true
game:GetService("RunService").Stepped:connect(function()
if _G.FirePP then
for i, v in pairs(game:GetService("Workspace"):GetDescendants()) do
if v:FindFirstChild("ProximityPrompt") then
fireproximityprompt(v.ProximityPrompt)
end
end
end
end)

Leave a Comment