I want this to change the string value to 2nd but it won't work. Script:
1 | while true do |
2 | wait( 0.1 ) |
3 | if game.ServerStorage.ClockValues.minutes.Value = = 0 and game.ServerStorage.ClockValues.seconds.Value = = 0 and game.ServerStorage.ClockValues.per = = '1st' then |
4 | game.ServerStorage.ClockValues.per = '2nd' |
5 | end |
6 | end |