I come straight from c# and java where you have
``void Update() {
}``
and
``function Update () {
}``
That will constantly run all the code inside.
I made a script in the server script storage and am trying to check if there are players in a team or not with a simple if-statement.
It doesn't seem like the code is running again- only once at the beginning of the game (unless my code is wrong).
So my question is, how can I continuously run my code throughout the entire game?