I cant seem to setup my money system :/

So here’s my money function in the hud widget:


And here’s where I’m stuck in another tab:


thank you

What is the error telling you? Normally you shouldn’t have a “Target” Pin when getting and setting a variable in one and the same Class.

I would also recommend you to move the Money variable into another class, like the PlayerState or Character. And then get and set the variable be getting the Character or PlayerState (PlayerState can be found through the PlayerController. It is a pointer to the PlayerState).

yeah that sucks i was working between 2 different huds, i’ve now just merged both huds as one and now its working lel thanks Exi :slight_smile: