When i touch a part i want it to add plus 1 to my gui not working?

Is taht right or do i carry on with what you said ,minionalex4?

any ideas anybody if so please help me!!

Your leaderstats script doesn’t work, show me its code.

leaderstats should be a folder not a value, change that in your leaderstats’ script

So its not got a script right now

Are you missing something like this in your server script?

local Coins = Instance.new("IntValue")
Coins.Name = 'Coins'
Coins.Value = 0
Coins.Parent = leaderstats

If you aren’t, try using Instance.WaitForChild

@LuckyPlanetsAlt1 I think this is your solution

where do i put it and thank you

I believe 04nv is saying to put it in the ‘normal script’. By the way, the ‘normal script’ that you are talking about is usually called a server script. Hope this helps :slight_smile: