Hello!
I wanted to create a script where it detects a part that is being touched and changes a data so that when the player rejoin the data would remain the same.
Example :
There is a short prologue. The player would have to traverse the prologue for a bit. To continue to the game outside of the prologue , the player would have to enter a certain area that is located in the prologue and the game would re-locate the player to the game and update the player’s data.
If the player decides to leave and rejoin, the game will check if the player have finished the prologue by checking the player’s data. If the player haven’t finished the prologue, the player will have to restart the prologue, if the player finished the prologue, they will stay on the game.
I just wanted to know if this is possible for Roblox, since it would be useful for me.
Sorry if there are any grammatical errors here!
Note : I started learning lua like 2 days ago so please expect me not understanding some of lua’s code. Thank you!