How do i make a tutorial for my game?

How do i make a tutorial for my game? Like do i teleport the player to another game? if so, how do i do that? i know u can do it with teleport service but do i need to put the ‘child game’ under my main game? how do i do that

1 Like

Enable Game Settings > Security > Allow Third Party Teleports
Use the Asset Manager and add another place
Then get the ID of the Place
Make a script (you might want to use :TeleportToPrivateServer() )
You can’t test it in Studio, you have to do it in the game

This is just roughly made, I hope this helps.

Simply by using TeleportService, and you can teleport players wherever you want. Also if you want the place to be related to your experience, go to Configure experience → places → add a place


sth like this? but how do i open it

Open Asset Manager
image
Find this folder
image
Click the place
image

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.