|
| 22 Apr 2012 03:41 PM |
| I need help. I need to make a successful GUI that for example, goes like "You are a newbie" whenever you have 1-5 KOs and "You are an amateur" when you have 6-10 KOs. |
|
|
| Report Abuse |
|
|
|
| 27 Apr 2012 05:15 PM |
| I really need your help. Not yours, floodcheck! (I think the only flaw is the Obby CP System) |
|
|
| Report Abuse |
|
|
|
| 27 Apr 2012 05:17 PM |
I'd help, but I know close to nothing about the scripting of that relating to a LeaderBoard.
...
Heh. (:]
|
|
|
| Report Abuse |
|
|
|
| 29 Apr 2012 12:12 PM |
| It's time to BUMP THIS THREAD UP! |
|
|
| Report Abuse |
|
|
|
| 02 May 2012 08:04 PM |
| War Cash! Believe it or not, that's a spoonerism. And I'm bumping! |
|
|
| Report Abuse |
|
|
| |
|
|
| 12 May 2012 11:50 AM |
You are gonna have to make the Gui find the player's leaderstats
If script.Parent.Parent.Parent.Parent.leaderstats.KOs == 1,5 then script.Parent.TextLabel.Text = "RANK II" end
This script will probably not work but it should give you a simple idea of how it would work. Note you will have to lead the gui to the game (Script > TextLabel > ScreenGui > StarterGui > Game ) Game represents the player and at Game you can access the player's backpack, PlayerGui, leaderstats .etc |
|
|
| Report Abuse |
|
|
| |
|