All good! Thanks for the desire to help
On the other hand, Im stucked at something. What would be the proper way to execute something on the PlayerCharacter, Client-side? This is what I want.:
Im wokring in a simple quest system. I already have the UMG and the npc.
I want that when an overlap happens (currently a SphereCollision), it shows a “!” or “?” above the NPC. As of now (testing) I have that if gender is male, it shows “!”, if its female, “?”, so I can see if it works in multiplayer, since every player will have actively different quests, so its just as test.
I have this code
https://s10.postimg.org/j39h8jcx5/image.png
It does work, however, if I overlap on player #1, it wil show the “!” sign. The moment I overlap with player #2, it shows on both players the “!” and “?” sign.
So my question is:
What is the proper way to call Player Character client-side?
Ciao