Help me please?
Please make your question title relevant to your question content. It should be a one-sentence summary in question form.
I am making a point giver, when you click the part it gives you the chosen amount of money I made it to give you. I put it in a local script and it doesn't work. The points go into a value in the text which lists then amount of money. Here is the script:
01 | plr = game.Players.LocalPlayer |
02 | points = plr.PlayerGui:FindFirstChild( "MoneySystem" ).Money.Points |
13 | points.Value = points.Value + give |
19 | script.Parent.ClickDetector.MouseClick:connect(point) |
--there isn't anything wrong in the Output. Help?