Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do I make a ranking-up system?

Asked by 4 years ago

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!

0
that's easy InsidiousRanger 13 — 4y
0
I’m confused on what’s being asked. Are you looking to manually rank up the player or have the player be ranked up just by attending training? msuperson24 69 — 4y

1 answer

Log in to vote
-1
Answered by 4 years ago
ranks = {"private", "initiate", ...}

Label = Frame.TextLabel

if ... then Label.Text = ranks[1] end
0
Thanks! MinuhaYT 19 — 4y
Ad

Answer this question