Hi so the problem that I am having is I have this table shown down bellow for my admin scripts.
local ranks = { ['Mod'] = { User = {}, lvl = 1, Group = {"9851094,255"} }; ['HeadAdmin'] = { User = {}, lvl = 3, Group = {"9851094,255"} }; ['Admin'] = { User = {}, lvl = 2, Group = {"9851094,255"} }; }
No matter what order I put the sections of the table in it always produces me with the same way of listing order.
? { ["Admin"] = ? {...}, ["HeadAdmin"] = ? {...}, ["Mod"] = ? {...} }
Can someone explain how to fix this or atleast give me a resource that could help me fix it myself?