How would I make a checkpoint for an obby game?

[Cats] smartcat326
Joined 07/02/2022
Posts 9
09:07 AM 12/02/2022
I want to make a checkpoint for my obby game how would I do that?


[Brick] 1nator
Joined 11/10/2017
Posts 11,114
11:52 AM 23/02/2022
https://discord.com/channels/707746111821185105/707748541329571891/858994264151293963
in this server https://discord.gg/f3AHUad

or

https://www.brick-hill.com/forum/thread/1732673/


dargy
Joined 23/06/2019
Posts 4,820
02:32 PM 24/02/2022
If you want the checkpoints to save after you lets say restart the game, you could use a db (database) to save this data. A simple, easy to use, database is quick.db

You can find it here: https://www.npmjs.com/package/quick.db

1