Off topic ID: 59293

Gimkit how do you block users (if there is a way)

gimkit doesn’t respond to questions here and just search for discourse tutorials

1 Like

lifecycle (game start) —> relay (all players)—> trigger (block code):
Event occurs —> trigger relay || relay triggered —> trigger trigger

the trigger should have the block code:

If (triggering player’s name) = (the banned name)
do (broadcast on channel (sent to spectator

Now get a team switcher:
specific team, spectator

send player to configured team, when receiving on channel: send to spectator

now just to be sure, get ANOTHER lifecycle:
event: player joins late

connect that lifecycle to the trigger:
event occurs —> trigger trigger

so if someone joins with a banned name, they are sent to “spectator”

4 Likes

XDXD
he’s probably not going to use it from what I’m reading but at least you gave it to him!

3 Likes