Hello, I was wondering how to make a gameplay tutorial kinda like My Restaurant tutorial. But when I search around for a tutorial on “How to make a gameplay tutorial.” I find nothing, I would like if someone can link how to make it or give me the steps on how to make this.
First you’ll need to figure out what each step of the tutorial is going to be. Then you’ll need a script that starts/ends each step and ways to verify a step has been completed before you continue to the next step. I use a module script to accomplish this and I put each step into a function so that the step can be resumed if they leave or their character is reset. Each step function can then also change the TutGui to show instructions.
1 Like