|
| 27 Jul 2015 05:26 AM |
for i,v in pairs(game.Players:GetChildren()) do print("1") wait(4) print("2") if 1 + 1 == 2 then print("3") wait() while true do print("4") wait() if v.Points.XP.Value == v.Points.MAXXP.Value then print(v.Name.." Has leveled up!") v.Points.Level.Value = v.Points.Level.Value + 1 v.Points.MAXXP.Value = v.Points.Level.Value * 50 v.Points.XP.Value = 0 end end end end
IT DOESNT PRINT ANYTHING UMGGGGGG |
|
|
| Report Abuse |
|
|
| |
|
|
| 27 Jul 2015 05:31 AM |
Firstly, prints go into the output section of studio, or either the developer console. If you want to see it publicly, create a "hint" instance.
|
|
|
| Report Abuse |
|
|
|
| 27 Jul 2015 05:32 AM |
I know im not dumb lol.
it wont print into the output :P |
|
|
| Report Abuse |
|
|
|
| 27 Jul 2015 05:37 AM |
| Okay, Ill see what the problem is... |
|
|
| Report Abuse |
|
|
|
| 27 Jul 2015 05:45 AM |
I give up umg, Its complicated in my perspective.
srry ;-; |
|
|
| Report Abuse |
|
|
|
| 27 Jul 2015 05:46 AM |
| dat okey i will see the problem myself :P |
|
|
| Report Abuse |
|
|