Squid Game Teleporting and cookie game(First Post)

Hello this is my first post so please give me feedback on how I did. I am relativley new at scripting and wish to make a squid game, just for fun. Except I have very little knowledge on how to make one and don’t know how to start. I got the red light green light part down with help from some tutorials and such. But the match keeps repeating itself so I added a game teleport. This teleports you to the next game and that part is ok. But once you get to cookie game is the hard part how should I make this segment? And if anyone can give me some resources and feedback, I would be very greatful. Lastly, I would rather have a system where it can randomly teleport you from a lobby to one of the games and then teleport you back when finished or eliminated. The last part is optional though.

Any feedback or resources is appreciated,
Thank You

Switch this topic to scripting support.

1 Like

Like, i think squid game is big project for your scripting knowledge. It will be hard with watching tutorials. I think you should practice before starting it. But if you want to you should do like this:

You can it with mouse hittes, but you should know how to use mouse props. Like name a part of a cookie to “DontTouch” (the areas you shouldn’t touch on cookie) and check the mouse’s hit with Mouse | Roblox Creator Documentation’ s hit function, and repeat with RunService | Roblox Creator Documentation. Check the mouse’s hit, if its “DontTouch” end the game.

But as i said, it can be hard for you, you can watch tutorials about mouse and RunService.

1 Like