I'm not sure thats what I'm look for.
I'm looking for a way of making it so some bricks(thousands probably), only you can see. Although now that I think about it, since the brick limit is 256k, I may be able to just make all the bricks near all the players visible, so the whole server sees it, but it doesnt reach the limit.
If that's possible, right? In roblox you just do Model.Parent=workspace, or Model.Parent=nil. Is it that easy to remove/create bricks in bl?