for i, v in pairs(workspace.Zones:GetDescendants()) do if v.Name == "AntiJumpCollider" then v:Destroy() end end