I have already seen this before.
A text box on the HUD showing the movement speed of the character the player is currently using.
How can I create this on workshop?
Or does someone have a code with it?
I have already seen this before.
A text box on the HUD showing the movement speed of the character the player is currently using.
How can I create this on workshop?
Or does someone have a code with it?
It’s fairly simple: create a new rule with no conditions. Make sure to set the rule to ongoing - each player. Then, add an action and select Create HUD Text. Then, for the header, replace “custom string” with “movement speed” and choose “event hero” for the player. You can also consider using only vertical or horizontal movement speed, if that’s what you were actually going for.
And one extra side note: If this is for a mode with multiple players, make sure to set “Visible to” to only the event player, so that it’s easier for each player to tell who’s who.
Thank you, I will do it.
Seems easy after your explanation.