
1.1k Views
311 Executions
Remove enemies cronos crazy challenge
Pilgrammed: Early Sunset / Ex MachinaUploaded by 3 months ago
Please login to perform these actions:Description
removes the thief orb and drones, will update as i find more different drones.





yo i made it so you instantly complete the level local TARGET_NAMES = { ThiefOrb = true, Drone = true, Key = true } local function removeIfTarget(obj) if obj:IsA("BasePart") and TARGET_NAMES[obj.Name] then obj:Destroy() end end for _, obj in ipairs(workspace:GetDescendants()) do removeIfTarget(obj) end workspace.DescendantAdded:Connect(removeIfTarget) so it works like removes the keys and since it removes the keys its like basically you grabbed all them so just touch the firewall and return to the portal since it clears the level instantly
@V1TS i just created an account to say that u are the *ing goat man, thanks for this
make it so snipers also get removed
@hfhecgw i made the sniper disappear yet it stills does the attack