local tower = workspace.Camera.ObjectSelectHover.Adornee.Parent local part = tower:GetChildren()[math.random(#tower:GetChildren())] local force = Instance.new("BodyForce") part.CanCollide = false force.Force = Vector3.new(0, 9999, 0) force.Parent = part