EXE version 4 event handler

So this is something related to my previous form post on adding admins to exe using data store Now when someone tries to global ban somebody of course it will let them do it Because how my system works I need help modifying the event handler specifically the check attributes While offline function I need help modifying it so it will also check data store to see if the player is bannable here’s an example of what the
List stored would look like


 18:25:00.003   ▼  {
                    ["bannable"] = false,
                    ["canBan"] = true,
                    ["canChangeServerPrivacy"] = true,
                    ["canChangeTeam"] = true,
                    ["canConfigureHumanoid"] = true,
                    ["canExecuteCC"] = true,
                    ["canGiveEffects"] = true,
                    ["canGiveTools"] = true,
                    ["canKick"] = true,
                    ["canLockServer"] = true,
                    ["canShutdownServer"] = true,
                    ["canUnban"] = true,
                    ["kickable"] = false
                 }

Hey :wave: Would you mind putting your code in using the Preformatted text button to make it easier to read?

I did it but how would you achieve something like that

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.