Only 1 player use button

How do you make only one player use a button
@Sammmmmmmm Why you like everyone reply

2 Likes

Make the scope to “player”

2 Likes

Well, technically no. You can set player scope to player (I think, I’ll test) and send that specific player and no one else to a specific location. There might be a way, but I’m not quite sure.

1 Like

link it to a wire repeater (my favorite device hehe!) and then wire it back to the button. when the button is clicked, make it say: when button activated…
on the second wire, make it say: “deactivate button”

or just set it to player if you want multiple people to be able to click it

1 Like

@YourAvgGimkitDev I did but it didn’t work: I got my brother and I pressed the button first but then he still can press.

1 Like

That could work @AeroNova. Try that.

2 Likes

I said player not team @AeroNova

1 Like

if the settings are set to “free-for-all,” that would work.

1 Like

let me read @clam_chowder’s

1 Like

Have it activate only for that single player by having it deactivated on game start, having a relay and lifecycle.

Place both devices and make the lifecycle active on “game start”. Then wire it to the relay and have the relay transmit on a channel. Then have the button activate on that channel!

2 Likes

Yes but if you set every single player to one team and configure a button to where only that team to press the button, it should work.

1 Like

@Sammmmmmmm how do let the other team do it

1 Like

What do you mean let the other team do it?

1 Like

I think I know it so I’ll just solution @YourAvgGimkitDev and maybe one of you guys can explain before 3 hours

1 Like

btw i’m making another topic I forgot =(

1 Like

So you want a button that can only be pressed once, by any one player?
Can’t you just set the button to deactivate when pressed?
Like so:

  • When button pressed, transmit on ButtonPressed
  • Deactivate button when receiving on ButtonPressed

If you want one specific player only 'to be able to press it indefinitely, just make their team different from everyone else’s I guess, and set the scope to that team. That way their team is the only one that can interact with the button.

Hope this helped!


to Pho!

@Gaming-Phoenix wb (temporarily) and thanks for coming to help against the raid :D there’s been a lot recently fsr

1 Like

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