I want to make an ability pickup in a Multiplayer game. I’m wanting to create an actor component across the server for just the one person who picks it up, letting them now use a new attack.
Current issue is that Clients crash on use of component, but the host can pick it up and use it too.
After trying another method, Clients could use the ability, but other clients wouldn’t see it.