|
| 07 Aug 2016 04:53 AM |
Does someone knows how to make GUI to purchase models and playes be able to put them anywhere in game? The good examle for it is Retail tycoon & Pool tycoon... like purchase walls, furniture and so on. ? |
|
|
| Report Abuse |
|
|
Tobycon
|
  |
| Joined: 22 May 2013 |
| Total Posts: 1527 |
|
|
| 07 Aug 2016 05:27 AM |
| NO MOREEEE GENERIC TYCONNS!!!!!! |
|
|
| Report Abuse |
|
|
| |
|
|
| 08 Aug 2016 03:00 AM |
Have all your models in ReplicatedStorage
Have a gui where each button has a cost and a model attached
When you press a button, tell the server using a RemoteEvent/Function
When the server gets it, check the player has enough money
If they player has enough money, tell the player they can place the model
Otherwise tell them to stop being poor
When the player is told it can place a model it copies the model with the same name
And a placement script uses it to put it somewhere in the area
Really not that hard
|
|
|
| Report Abuse |
|
|