I need help scripting an airport lobby for a story game

So my team built an airport lobby for a story game that I am creating.

I need help with scripting where the players teleport to the chairs and when the timer runs out they go to the game.

1 Like

For teleporting players I’m a fan of using the MoveTo function. To teleport players to their own individual chairs you’ll want to look into using loops.

But like I dont know the script or anything.

The ROBLOX wiki has some great tutorials for beginner scripters.

This scripting support forum is not meant to spoonfeed you or give you ready-made scripts, we help you but you do it yourself, maybe in some cases we do write simple scripts.

But for something like this, start looking on other topics about how to start learning Roblox scripting, for example on this thread.

1 Like