Spawned actor cannot be seen by second player

I’m making a building system where I’m spawning in actors and I want to make it a multiplayer game, but on the other screen the spawned actors aren’t there for a reason but I still can kinda collide with it. Please help

Make sure you are spawning the actors on the server and that the actor you spawn has Replicates=true.

it worked thanks so much