-- loadstring
local ESP = loadstring(game:HttpGet("https://kiriot22.com/releases/ESP.lua"))()
-- config
ESP.Players = false
ESP.Boxes = false
ESP.Names = true
ESP:Toggle(true)
-- object
ESP:AddObjectListener(Workspace.Trash, { -- Object Path, For example: Workspace.ThisFolder
Name = "Meshes/cardboard_box001a", --Object name inside of the path, for example: Workspace.ThisFolder.Item_1
CustomName = "Trash", -- Name you want to be displayed
Color = Color3.fromRGB(0, 0, 0), -- Color
IsEnabled = "whatever" -- Any name, has to be the same as the last line: ESP.TheNameYouWant
})
ESP.whatever = true
ESP:AddObjectListener(Workspace.Trash, { -- Object Path, For example: Workspace.ThisFolder
Name = "Meshes/garbage256_composite002a", --Object name inside of the path, for example: Workspace.ThisFolder.Item_1
CustomName = "Trash", -- Name you want to be displayed
Color = Color3.fromRGB(0, 0, 0), -- Color
IsEnabled = "whatever" -- Any name, has to be the same as the last line: ESP.TheNameYouWant
})
ESP.whatever = true
ESP:AddObjectListener(Workspace.Trash, { -- Object Path, For example: Workspace.ThisFolder
Name = "Meshes/garbage256_composite002b", --Object name inside of the path, for example: Workspace.ThisFolder.Item_1
CustomName = "Trash", -- Name you want to be displayed
Color = Color3.fromRGB(0, 0, 0), -- Color
IsEnabled = "whatever" -- Any name, has to be the same as the last line: ESP.TheNameYouWant
})
ESP.whatever = true
ESP:AddObjectListener(Workspace.Trash, { -- Object Path, For example: Workspace.ThisFolder
Name = "Meshes/garbage_milkcarton002a", --Object name inside of the path, for example: Workspace.ThisFolder.Item_1
CustomName = "Trash", -- Name you want to be displayed
Color = Color3.fromRGB(0, 0, 0), -- Color
IsEnabled = "whatever" -- Any name, has to be the same as the last line: ESP.TheNameYouWant
})
ESP.whatever = true
ESP:AddObjectListener(Workspace.Trash, { -- Object Path, For example: Workspace.ThisFolder
Name = "Meshes/garbage_takeoutcarton001a", --Object name inside of the path, for example: Workspace.ThisFolder.Item_1
CustomName = "Trash", -- Name you want to be displayed
Color = Color3.fromRGB(0, 0, 0), -- Color
IsEnabled = "whatever" -- Any name, has to be the same as the last line: ESP.TheNameYouWant
})
ESP.whatever = true