// Timer Name: ScoreUpdater // TickRate: 1 Minutes. task ScoreUpdater[60000]() { foreach(new i: Player) { // Code here } }