For my beta game!

How do you make it so that someone with a specific username, #me the creator is the ONLY one who has a button for an admin panel? Please help! (I will give you credit for ur idea in the game!)

There is no device that can detect usernames, but you can try using teams to let specific players into rooms with buttons

If you want an admin panel, put it out of reach and place it back whenever you wanna

there is a guide on this subject please search before you post

There is a code block I’ve seen that detects the user, but Im not sure how you would make it enable the button or whatever.

Link it please.

Would it send a channel message to a deactivated button and activate it? (Just wondering, I’m trying to get into coding)

ty! what’s ur username so u can have credi

Get a Lifecycle, set it on “game start”, and transmit on channel [game-start], grab a relay, set on [all players] as audience, trigger relay when receive on channel [game-start], and relay will send channel [relay triggered], lastly, get a trigger, and inside the block code settings, insert this code when receive on channel [relay-triggered]

If ( [triggering player's name] = [YOUR NAME] )
Transmit on channel [ADMIN-PANEL]

Put your preferred gimkit username in the text string [YOUR NAME]
The channel [ADMIN-PANEL] should grant you the access to the admin panel.

1 Like

oh i was very wrong :skull:

…

Except there is

In the block codes, there is an option called “triggering player’s name”
So you can make a relay transmit to all players to a trigger that checks their name

That would make it only to the host

This one works but remember to change it to a relay to every person, or else you would need to let everyone step on a trigger

here is the link

Apologies, I forgot the relay that applies to everybody, I was in a rush on my DECA and calc assignments, just fixed it.

Sorta, depending on the specific system op wants to use, could be an overlay, a button, or just a room reserved for admin.

1 Like