Why is my display currency to collect not working?
Please provide more explanation in your question. If you explain exactly what you are trying to accomplish, it will be much easier to answer your question correctly.
1 | TN = game.Players.LocalPlayer.Tycoon.Value |
2 | AT = game.Workspace [ "Zednov's Tycoon Kit" ] .Tycoons [ "Tn" ] |
4 | script.Parent.Text = AT.CurrencyToCollect.Value |
I am trying to make a display that displays your Currency To collect in a GUI.
The error is Tn is not part of folder, but I dont know how to fix that.