Thank you everyone who told me I needed a data base. I'M WORKING ON IT!
I have made a simple ranking script for a game I am making. I am trying to rank myself one of the variables in the table but I don't know how to do this or if it is even possible. Any suggestions?
ranks = { "Founder"; "Co-Founder"; "Staff"; }; game.Players.PlayerAdded:Connect(function(p) if p.Name == "KingDomas" then --Want it to set me to Founder end end)