#I need help with a Script and UI
2 messages · Page 1 of 1 (latest)
you need a debounce:
make a var, set it to false
first make it so that you can't switch teams if debounce is true
when the player becomes in the criminal team, set the debounce to true
and then(at the end of your code in the same block) wait (cooldown) and set it back to false