Bring score bar to front layer not working

Hello,
My students are creating a platform game project using Tynker
and today we added a score bar at the top of the window.
However we did not find a way to make it always visible, with fixed position and in front of every other layers.
I have tried the following code on the score bar actor:
on start
forever
show/go to front/ layer 0/1…
nothing made it work…
How can I solve this?
Thank you!

If it uses “draw text”, it will always appear on the back layer and I recommend using “set label to”. If you’re already using “set label to”, I’m not sure how to fix it.

I have solved it copying the block of code used in the ready-made score bars: