How to make this work?[Answered]
1 | if GrassyFieldVotes > CityVotes then |
2 | m.Value = "Inserting 'Grassy Field' by Coolviper630..." |
4 | gf = maps.GrassyField:Clone() |
5 | gf.Parent = game.Workspace |
I'm making a GUI Map Voting System, and it's not working out, I need help! GrassyFieldVotes is variable which is equal to GrassyFieldVotes = game.Lighting.MapValues.GrassyField[Name of the IntValue]
and CityVotes = game.Lighting.MapValues.City[Name of the IntValue], so if the grassy field value number is greater then the city value show the message that map will insert wait 3 seconds clones it and make the m.Value = to nothing but dis won't work someone help plz ty ive been trying to figure this out for 2 days!