So I was following the “GamerM8” tutorial to understand / create a tycoon. Long story short I made this thing called “chain reactions for buttons” where if you buy one button it disappears and another one appears. But all the sudden after a certain “version update” it doesn’t work anymore. I have tried “Everything” and I did find what version the problem has started on just don’t know what the problem is.
The only real information I can give is that I do have alot of buttons, I got the dependency system down, and that in output it says: “Values Is Not A Member Of Value”. I know it’s not too helpful but that is kind of the point as this is what I am going through. If anyone could help that would be amazing also if you need extra information please let me know thank you!
May you ellaborate and atleast provide pieces of your code that you suspect is malfunctioning? Or else we really can’t give concrete advices. But as you said, it errors saying “Values is not a member of value”, one thing is that I don’t think naming a whatever valueobject just “value” is not a good idea, whatever value objects’ value property is .Value but not .Values! Btw you cannot expect us to have finished the video, so next time really, provide your code!
Also this is a reason to keep backups of your game, preferrly using git paired with rojo. But don’t roblox provide a option to check previous versions of the game? If it do (I’m not too sure about that since I’m using git anyway) then check what pieces of code have been edited. And again, this will cost a lot of work and using rojo with git can save you a lot of time!