Thank you for using our website
Your script:
--https://rbscripts.com
game.Players.LocalPlayer.MaximumSimulationRadius = math.huge
for i,k in pairs(game:GetService("Workspace").Filter.SpawnedPiles:GetDescendants()) do
if k.Name == "S1" then
Esp = Instance.new("BoxHandleAdornment")
Esp.Parent = k.MeshPart
Esp.Adornee = k.MeshPart
Esp.Size = k.MeshPart.Size
Esp.ZIndex = 1
Esp.AlwaysOnTop = true
elseif k.Name == "S2" then
Esp = Instance.new("BoxHandleAdornment")
Esp.Parent = k.MeshPart
Esp.Adornee = k.MeshPart
Esp.Size = k.MeshPart.Size
Esp.ZIndex = 1
Esp.AlwaysOnTop = true
Esp.Color3 = Color3.new(100, 0, 0)
end
end