How to make an offline scoreboard using blueprint

Hi Guys, im developing a game which is more like Temple run but free roam, im having difficulties on building an offline scoreboard, please help me.

Hello, can you elaborate what you mean by offline scoreboard?

He wants a scoreboard without uploading the data on a server. Just offline. :slight_smile:

But then there is no question? he just needs the variables in the pawn?

He has problems with making this scoreboard. He wants and needs help. In General he needs help. In General.

In which case, you need to use create a widget, and in that widget have a text block for the value you want to display, lets call this value score. Click on the text block, and find content tab. Click on create binding.

242566-capture.png

Next, go to the event graph, and do the following. This basically means find which players screen i am on, and save that players pawn as a variable. Don’t forget to change the Cast to … node with your own character blueprint.

Next, double click the function that was generated when you created a binding from the menu on your left side of the screen.

242567-capture3.png

Next, do the following. This will change the content of the text block as your score. (Again, change Bombs with the name of the variable you use for score.)