Hello, I want to achieve a table that is not sorted, since it’s automatically sorted it for me when I don’t want it to.
The issue is, I am writing a module script to set permissions and returning a dictionary, example below.
There is probably no solutions to this I guess but I still want to ask if anyone else is having this problem.
After that, you should include more details if you have any. Try to make your topic as descriptive as possible, so that it’s easier for people to help you!
local permissions = {
BirthdayPerson = "UserId",
Administrators = {"UserId","UserId","etc"},
Moderators = {"UserId","UserId","UserId","etc"},
VIP = {"UserId","UserId","UserId","UserId","etc"}
}