I’m working on a currency system for my new game but its not working and the output says this is not working but I’ve checked and the GUI ‘MoneySystem’ is in where it says it isn’t.

I’m working on a currency system for my new game but its not working and the output says this is not working but I’ve checked and the GUI ‘MoneySystem’ is in where it says it isn’t.
im a beginner scripter but from what it looks like you have two many ends but also there is no “WelshRoblox” anywhere and you might also not have “moneysystem” in the right spot
try:
player:WaitForChild("PlayerGui"):WaitForChild("MoneySystem"):WaitForChild("Income"):WaitForChild("Text")
also, can I see where the moneysystem is located in explorer?
Use a PlayerGui
service on line 29
Make a variable something like this:
local PlayerGui = game:GetService('Players').LocalPlayer:WaitForChild('PlayerGui')
Might not be loaded. Make a:
WaitForChild("YourThingHere")