"if player then local otherPlayer for _, p in pairs(game.Players:GetPlayers()) do if p ~= player and p.Character and (p.Character.HumanoidRootPart.Position - mat.Position).Magnitude <= mat.Size.Magnitude then otherPlayer = p break end end"