Currency system not working

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.

2020-12-01 (3)

1 Like

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

1 Like

try:

player:WaitForChild("PlayerGui"):WaitForChild("MoneySystem"):WaitForChild("Income"):WaitForChild("Text")

also, can I see where the moneysystem is located in explorer?

1 Like

Use a PlayerGui service on line 29

Make a variable something like this:
local PlayerGui = game:GetService('Players').LocalPlayer:WaitForChild('PlayerGui')

2 Likes

2020-12-01 (4)

1 Like

Might not be loaded. Make a:

WaitForChild("YourThingHere")