DESCENT
27.6k Views
Free

Highlight ESP for all Item Drops

DESCENTUploaded byAladinSverkel AladinSverkel
a year ago
Play Game

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

View Raw Edited By: AladinSverkel
Edited By: AladinSverkelDownload
Comments
1
User profile picture

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

2 months ago
Please Login to add comment.

Tags