Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
1

Interaction of GUI's between players?

Asked by 8 years ago

Lets say I want to make a game based off of GUI's. In order to fulfill the multiplayer requirement, I would have to have the inputs(click events) on at least two PlayerGUI affect the Player GUI's of the other

For example, we have two fields. One will always display blue for the owner, the opponent has one red They face each other, the blue being closer to the bottom, and the red being closer to the top. Player A clicks a card on screen and it moves it to the right for his blue field. What do I use to make it display as a movement to the left for PlayerB's Red field?

0
Are you trying to make it show the opponent's moves? If so. just set up some RemoteEvents, with a position to where the card moves to. Shawnyg 4330 — 8y
0
^^ koolkid8099 705 — 8y
0
you could just have a value inside a player's gui with the object val of the player they are fighting against, then it just changes the gui accordingly when something in the player's gui changes. TheDeadlyPanther 2460 — 8y

Answer this question