How To Make Store Game

Hello I Am a new guy to roblox studio. i would like to ask how can i make the store game

  • it like we make store and stock item and the npc will come and buy we earn money something like that
  • it kinda like retail tycoon
    i am sorry if my english is bad , i already try to find any help from other topic but i can’t found them.
1 Like

Wow, if only development was as easy as one quick post on the devforum! There is actually a lot to this question, and I certainly won’t be able to help with everything, but maybe I can give you an idea of where to start.

So I have no idea how retail tycoon actually works behind the scenes. If I were to do it, chances are I would make a folder of all the players data in the current server in replicated storage, and then use scripts to read the different grocery item values that I would store in each of these folders. I would use pathfinding for the NPC’s, and datastore to save all of the data. That should hopefully be enough to get started?

Helpful resources for all 3 of these:
https://developer.roblox.com/en-us/api-reference/class/ReplicatedStorage
https://developer.roblox.com/en-us/api-reference/class/DataStore

3 Likes

Hey, glad you’re interested in trying to make a game. I recommend checking out some basic YouTube scripting tutorials, as a lot of those things are actually included in these for you! Not only this, but you can build upon your ideas far more creatively when you have the freedom to make whatever you like rather than asking for specific solutions.

I already know how to script some of it .

  • but i want to know how to make store tycoon game like retail tycoon
  • i want to know how to make stock and npc come to buy
1 Like