Among Us Update

I am midway through coding Among us , but I have encountered an issue. My code (for some reason) only applies to the host, and simply doesn’t activate for any other player. Is there a reason for this? Also, for multiplayer, it would be cool to have a fourth type of code tab, mainframe coding, something that only activates once, for the host. Thank you!

Delightex Edu :: Among Us

1 Like

Hi @James_Horwitz we’ve taken a look for you.

It seems the issue is that When Start is clicked is only evaluated for the user that actually clicks Start. So the Roles function also only gets called for the user that clicked Start.