Hello all,
I am working on a new game for my group. I have seen where some group have implemented exterior buildings that teleport you to the interiors. My initatial thoughts on this is that it reduced rendering parts for the players that don’t need to see them and it allows them to expand their interiors. With this, I have a few questions.
Regarding performance, should the interiors be on the server and the player is teleported to them, or should the whole interior be replicated to the client and then teleported to the replicated instance.
Things to note is that there should be multiple players within the interior, so they all need to be in the same location.
If replicating the interior is the best method for performance, how is this done? I’ve read posts where some people put it in ReplicatedStorage and others put it in PlayerGui.
Keep in mind, this question is strictly geared toward performance.
Thanks!