Multiplayer Survival Game Template

hey there,
thank you so much for your your great project, i have some questions:

  1. i implemented SGT_Content in my “third person blueprint project”, followed your video tutorial and everything work correctly, already tested stamina, oxygen etc
    but i don’t know why pick up event doesn’t work; i mean, this is how look like in your project (when in third person go close to an item) http://prntscr.com/d8nkzi
    and this what happen when i go close to an item in my project http://prntscr.com/d8np36 . Look like doesn’t focus the item, what should happen, or what should miss?

  2. i tested my project (with SGT implemented), in a multiplayer session; (i know SGT is not for multiplayer) everything worked correctly (talking about stamina, oxygen, etc),
    the first client work right, but the second client (i don’t know why), doesn’t make walk animation. it’s weird, because the first client can see the second walk, but
    the second one can’t see himself to walk…just move without animation.
    What should be?