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

How do I make a Gui show a number from an IntValue?

Asked by 6 years ago

I want to make a level GUI, but I want it to say your level based on an IntValue. should I use something else other that IntValue? I've tried a few different things already with scripts, but does anyone have a script that I can use? There is a TextLabel that says 'Level:' and a seperate one that I will use to show the number.

0
This is not a request site, but a help site. That said, keep your IntValue and do the following: UI.Text = ("Level: "..IntValue.Value) Thetacah 712 — 6y
0
The `tostring` call is totally pointless. Link150 1355 — 6y

Answer this question