How could I clone the map that is on the server storage only for the player who executed that option (touched on Part)? To make things easier, I could use ReplicatedStorage but I wanted to use ServerStorage to reduce memory consumption.
You can make a RemoteEvent that triggers in the Part that’s touched, and put the function to show the map in StarterCharacterScripts