How do I make a theme park queue system?

INTRODUCTION

Hello developers, I am seeking a theme park queuing system that I can use for a roller coaster I am developing. I am just looking for the best ways to do it, as there are no tutorials that I can find on other platforms like YouTube. I have put an example of what I am looking for below!

EXAMPLE

Link: Queue System V2 Testing - Roblox
Developer: DevelopedByHappy

CONTACT

I would prefer if you reply to this thread with a solution, but you may always contact me via my Discord.

Discord: cx0dyy#0303

Thank you,
Cody
:angel:

3 Likes

For the walking system, it can be done with waypoints, and a :MoveTo line to make the humanoid walk to the waypoints. For the queue, you can add people in the queue to a table of people to be teleported.

3 Likes