The script is located in the Server Script Service
1 | local mutatorSelec = game.ReplicatedStorage.Mutators.Speed |
2 |
3 | while wait() do |
4 | if game.ReplicatedStorage.Time.Value = = "0:01" then |
5 | mutatorSelec.Value = false |
6 | end |
7 | end |