
30.7k Views
Highlight ESP for all Item Drops
DESCENTUploaded by 2 years ago
Please login to perform these actions:Description
This highlights all the things you can pickup. It only highlights like ESP It does not tell what kind of item it is. You need to execute the script each time you descent See for yourself. Hopefully this helps you reach your quota
Comments
1

Offline
Kamerzystanast 1 year ago - Edited
local itemFolders = {
game.Work*e:FindFirstChild("Fire Extingishers"),
game.Work*e:FindFirstChild("Items"),
game.Work*e.Items:FindFirstChild("Item*kup"),
game.Work*e.Items:FindFirstChild("MiscItems")
}
for _, folder in ipairs(itemFolders) do
if folder then
for _, object in ipairs(folder:GetChildren()) do
if object:IsA("Model") then
local highlight = Instance.new("Highlight")
highlight.Parent = object
end
end
end
end
unpatched version of items esp

![[🎉 RELEASE] Anime Astral Simulator](/images/script/113236157544232-1780333729144.png)
Voxle Hub
