How can I show the playername in HUD?

Hello
I just want to make the ranking of score in HUD like the image below?
But I don’t know how to show the playername in hud_device…
if somebody knows please teach me!

image

Write {playername} to show the local player.
Write {instigatorname} to show the player that interacted with the device.
Here is an example: “Watch out {playername}, the super power was obtained by {instigatorname}.”
In this case, Each player will see their name in {playername} but {instigatorname} will always show the player that obtained the super powers (in other words the player that interacted with the device)

1 Like

Since v26.20, we can now retrieve a player’s name in Verse, it’s not ideal but you can find more info here :

It should also fit better OP needs since he needs to display multiple names at once!

4 Likes

I never knew that! Thanks for that information.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.