Create the CoinsCollected variable in Player Controller, Game Instance or Game Mode BP. Those are some of the BP’s that you can easily access from any other BP(i.e. Get Player Controller > Cast to yourplayercontroller > Get/Set CoinsCollected) Then you can get and set the variable in your coin BP and then get it in your GUI BP to display.