How to make arm wrestle minigame system?

Hello,
I want to make a 1v1 arm wrestle minigame system like in arm wrestle simulator(💪arm wrestling simulator💪 - Roblox)

There will be 2 chairs and when both players sit, the game will start with a countdown, then both players will press the button and the fastest one will win, and there will be a bar system below. (I suggest you to check out the game to understand)

Thank you.

2 Likes

You should use attributes first. For example, Table[1]: Player, SecondPlayer. If both are found, then you can start the game. Use a RemoteEvent to detect clicks, while someone has a higher chance of winning. Additionally, you should use C0 and C1 with your animations.

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.