Hello
In the playercontroller I have a custom event that runs on server, this is then called by the client but does not do anything. I have other custom events set up in the same way that work without issue.
Above is an example of a custom even that works.
Below is the event that does not work on client, it does work on host in a listen server
I have tried putting the code that runs in this event in both the gamemode and playercontroller neither work.