How can I make a part visible to only the client and server? Kind of like a ReplicatedStorage but instead clients can only see what's inside of their ReplicatedStorage.
To make a part only seen by the client, you can use a Local Script
and put it in the Workspace
. If you put a part on the server from a Script
it will replicate to all clients so they can all see it.