Scripting Help? (Easy)
Please make your question title relevant to your question content. It should be a one-sentence summary in question form.
Im just getting into scripts and I have this Gui tycoon (located in StarterGuis) for collecting cash and.. For some reason every time you reset, The cash goes back down to 0. Can anyone please help? Thanks!
This is the script
2 | script.Parent.Parent.Money.Value = script.Parent.Parent.Money.Value + script.Parent.Parent.Collect.Value |
3 | script.Parent.Parent.Collect.Value = 0 |
5 | script.Parent.MouseButton 1 Down:connect(oc) |