So I am trying a Round System, it has different modes. I am using StringValue because I have no idea what to do. If you know any other and better methods, please tell me.
This is my code, it simply detects the value from the string.
But the problem is It always detects the value as the first “if” or it always print "TeamWinning"
For example:
The chosen mode is Free4All, and it is printed by the “print(Mode)”, but instead of printing “Free4Allhu” on the second one, it printed “TeamWinning”. It always print “TeamWinning” whatever the mode is.
Any help is appreciated, please help (lol), Thank you!!