So I've seen a lot of these games that update a rank in a certain group if they pass a quiz or something like this. So far I've tried doing stuff like: (Main part of the script)
1 | if GetRankInGroup() = = 1 then |
2 | GetRankInGroup() + 1 |
3 | end |
I know that i'm doing it wrong but I can not figure out how I would appreciate anyone who at least gives an answer