Simulator script tutorials?

Does anybody have any scripting tutorials for the system in simulator games? I’m hoping for something like this game:

https://www.roblox.com/games/4893679160/Big-Brain-Simulator

The system I am going for is where you can earn coins, use those coins to upgrade and purchase things, in order to gain more coins faster and so on.

Following turtorials wont make you better at scripting. The best way is to learn yourself and figure out how it works. I will give you some small tips for this. Using UserInputService to detect when player click their mouse, fire a function which multiplys the amount of power player have. Before that you will have to create a leaderstats script first, you can look for tutorials for it. Using DataStore is good but if you want a trade system, I will prefer using DataStore2 which is harder to use but it can 99% prevent dupers.

1 Like