I’m making a timed wall unlock system where each player should collide only with their own blockers (Wall1Blocker, etc.). Right now, other players’ blockers prevent me from passing through even when my timer allows it.
I’ve tried using collision groups and per-player timers, but blockers in Workspace are shared and GetCollisionGroupId is deprecated. How can I isolate blockers per player while keeping the visual walls shared?