So it is saying I am not comparing a value correctly what is the issue? (its a string value
1 | if workspace.Votes.M 1 V.Value > 0 then |
2 | workspace.Votes.Minigame 1 :GetChildren():Destroy() |
3 | end |
4 | if workspace.Votes.M 2 V.Value > 0 then |
5 | workspace.Votes.Minigame 2 :GetChildren():Destroy() |
6 | end |
10:04:06.687 - ServerScriptService.Intermission:5: attempt to compare number with string
If you have helped me, well then thank you!
You stated that you're attempting to use a StringValue. You're trying to detect if a text is greater than 0.. I don't believe that's possible ;) Try using a NumberValue, my friend.