Thank you so much! Glad I got the help I needed!
Also, yes, that is my issue, Iām glad you noticed how DeSoto, Honey Creek, and others have the same issue as my group is a related group like the listed above.
Basically set all of the buildingās interior into a folder except for the ones you can see through windows/doors etc. The building interior folder would be in the Server Storage and make a simple Touched Door script where it would put the buildingās interior folder in the workspace LOCALLY. You have to make it locally or their wouldnāt be a point because then everyone could see it even if they were far away. Iām not that experienced in it but I always figured I would need to use this in the future for developing a game.
Local scripts canāt access server storage. You could keep everything loaded in then deload through setting parents to nil or keeping models into server storage on server boot and copy models to load to a players player gui to move back into workspace.