Show level on nameplate

Greetings to all, I hope you can help me develop a code that allows me to rate the level of the player next to his name as shown in the image.

I've been trying for several days, but without success.

What name plate asset are you currently using?
What is the resource name for the players level you want to show?

I am using the default template of the DUNGEON framework. The name of the resource is called level.

If you can do it from the "Dungeon Crawler" template it would be perfect. sir comander

Find the script called NameplateControllerClient and open it up.

Add the following code to line 224.

nameplates[player].nameText.text = player.name .. " Level: " .. tostring(player:GetResource("level"))

I LOVE YOU!!! :heart_eyes: implemented