[ad_1]
Created by 266
Features:
while true do wait(1)
game:GetService("Workspace").Maps.Obstacles:Destroy()
end
local player = game.Players.LocalPlayer
local SolarisLib = loadstring(game:HttpGet("https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/sol"))()
local win = SolarisLib:New({
Name = "HR",
FolderToSave = "HellRun"
})
local tab = win:Tab("Main")
local sec = tab:Section("Misc")
sec:Button("Delete Obstacles", function()
SolarisLib:Notification("Deleting All Obstacles", "May take some time")
while true do wait(1)
game:GetService("Workspace").Maps.Obstacles:Destroy()
end
end)
ENJOY!
Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!
[ad_2]