I have this idea of making a leaderstats unit, then if the player attends training, they will get the unit given by the training host and ranking up automatically. Can anyone help me or give me an example of how I should code it? I'd be very appreciated! Thanks for helping!
ranks = {"private", "initiate", ...} Label = Frame.TextLabel if ... then Label.Text = ranks[1] end