Chest ESP Arcane Odyssey Script

Roblox Scripts is what Roblox players and coders use to build interactive games. To be more specific, players use Lua scripts—a popular scripting and programming language.

BloxScript4You


We do not any harmful on your devices we always check it before we post online.
Instruction
1.Open Roblox And Start Playing
2.Click The Blue Circle To Copy The Script Code
3.Paste The Script Code Into Your Executor
4.Then Execute The Script Code
5.Enjoy
Use your dummy account first we are not responsible if your account getting Ban.
Script Code
local ESP = loadstring(game:HttpGet("https://kiriot22.com/releases/ESP.lua"))()
local NotificationLibrary = loadstring(game:HttpGet("https://raw.githubusercontent.com/IceMinisterq/Notification-Library/Main/Library.lua"))()

-- Chests --
for i,v in pairs(game:GetDescendants()) do
   if string.match(v.Name, " Chest") and v:FindFirstChild("Base") then
       ESP:Add(v:FindFirstChild("Base"), {
       Name = v.Name,
       Color = Color3.fromRGB(255,0,0),
       IsEnabled = "Chests"
     })
    end
end

game.DescendantAdded:Connect(function(v)
   if string.match(v.Name, " Chest") and v:FindFirstChild("Base") then
       NotificationLibrary:SendNotification("Info", "Chest Added:"..v.Name, 3)
       ESP:Add(v:FindFirstChild("Base"), {
       Name = v.Name,
       Color = Color3.fromRGB(255,0,0),
       IsEnabled = "Chests"
     })
   end
end)

   ESP.Players = false
   ESP.Chests = true
   ESP:Toggle(true) 

Available Roblox Games