Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Tycoon Button not Buying Object?

Asked by 4 years ago

HEY, there, I am having a issue with my tycoon. There is Not any errors. Tycoon Main Script (game.Workspace.Tycoons.Red Team.Main) :

01local TycoonInfo = script.Parent.TycoonInfo
02local OwnerValue = TycoonInfo.Owner
03local CashToColectValue = TycoonInfo.CashToCollect
04local Buttons = script.Parent.Buttons
05local Purchases = script.Parent.Purchases
06local Purchased = script.Parent.Purchased
07local Objects = {}
08 
09--Start of Functions
10 
11 
12function DoDevProductPurchase()
13 
14end
15 
View all 61 lines...

Answer this question