Basically, I have made a system in which I have an IntValue that shows up as the text in the GUI. But I recently added in a box in which you step on to make the IntValue change to 10, and it DOES work, I checked the Explorer. But, the text does not change unless I reset my character. Oh, and, here is my script, btw:
1 | local lvl = game.StarterPlayer.PlayerLvl.Value |
2 | local text = "Level: " .. lvl |
3 | script.Parent.Text = text |
Can somebody help me?
all text or Gui has a Feature called "z index". what that means is you can set what Gui or text is on top of one another. basically whatever Gui has the highest z index, then that Gui or text gets to be seen first