Gogeta
|
  |
| Joined: 25 Nov 2006 |
| Total Posts: 583 |
|
|
| 26 Feb 2014 02:38 PM |
How do you make a text read what I want it to read which is a number value were Power is.
Power = Me.leaderstats:findFirstChild("Power Level")
Head.BarsGUI.Background.PL.Text = "Power Level:"Power"" |
|
|
| Report Abuse |
|
|
|
| 26 Feb 2014 02:41 PM |
.Value
if this is not what you're asking for, be more descriptive please. |
|
|
| Report Abuse |
|
|
Gogeta
|
  |
| Joined: 25 Nov 2006 |
| Total Posts: 583 |
|
|
| 26 Feb 2014 02:42 PM |
| The hierarchy is correct put the output is saying it's to due with me not correctly referencing a number value. |
|
|
| Report Abuse |
|
|
|
| 26 Feb 2014 02:43 PM |
| Head.BarsGUI.Background.PL.Text = "Power Level: " .. power.Value |
|
|
| Report Abuse |
|
|
Gogeta
|
  |
| Joined: 25 Nov 2006 |
| Total Posts: 583 |
|
| |
|