Why will this UI not work?

Hello so I am trying to make it so that when u get ur money from a data store it will put it into the text button in a UI. I am having a issue where it is saying my UI which I put cannot be found which I am unsure why as it is a member of PlayerGui. If anyone could help that would be great.


image
image

1 Like

Add WaitForChild("Money") because the script runs before that all the assets of the player are loaded.

1 Like