Hi there! I’m trying to make a game and I’m having a problem. At the beginning of the game, I want to spawn weapons through the code. I think it’s more logical to do this in the LevelScriptActor. But I create a skeletal mesh component dynamically when the actor spawns, and it cannot be replicated unlike a static mesh component. And the RPS cannot be called there. What is the way out?