Multiplayer Stamina?

How can I do Multiplayer stamina on blueprint?

Same as you would do health … replicate the variable. Then if you want stamina to reduce when you are running … for instance … you would bind an event to subtract the stamina, set the variable, and check if the player can still run.

To make the player run, set the max movement speed on the movement component on the player character.

There are quite a few tutorials on YouTube.

Thanks brother :slight_smile: