badfitz99
|
  |
| Joined: 01 May 2010 |
| Total Posts: 5854 |
|
|
| 04 Jun 2014 12:18 PM |
local bluepoints = script.Parent.Frame.b local redpoints = bluepoints.Parent.r
for _, v in pairs(game.Players:GetChildren()) do if v.TeamColor == BrickColor.new("Bright Blue") then bluepoints.Text = v.leaderstats.KOs.Value elseif v.TeamColor == BrickColor.new("Bright Red") then redpoints.Text = v.leaderstats.KOs.Value end end
'I am the greatest script in the realm. You can only hope to be as powerful of a script as I am, processing the world, bit by bit.' - Oysi 2014 |
|
|
| Report Abuse |
|
|
| |
|
badfitz99
|
  |
| Joined: 01 May 2010 |
| Total Posts: 5854 |
|
|
| 04 Jun 2014 12:22 PM |
get the kills of every player in each team and then put the totals as text inside a gui
'I am the greatest script in the realm. You can only hope to be as powerful of a script as I am, processing the world, bit by bit.' - Oysi 2014 |
|
|
| Report Abuse |
|
|
badfitz99
|
  |
| Joined: 01 May 2010 |
| Total Posts: 5854 |
|
|
| 04 Jun 2014 12:58 PM |
b1
'I am the greatest script in the realm. You can only hope to be as powerful of a script as I am, processing the world, bit by bit.' - Oysi 2014 |
|
|
| Report Abuse |
|
|
badfitz99
|
  |
| Joined: 01 May 2010 |
| Total Posts: 5854 |
|
|
| 04 Jun 2014 01:29 PM |
b2
'I am the greatest script in the realm. You can only hope to be as powerful of a script as I am, processing the world, bit by bit.' - Oysi 2014 |
|
|
| Report Abuse |
|
|
Kingmouli
|
  |
| Joined: 28 Sep 2012 |
| Total Posts: 1292 |
|
|
| 04 Jun 2014 01:36 PM |
What kind of script is this? What kind of GUI is this? |
|
|
| Report Abuse |
|
|
Kingmouli
|
  |
| Joined: 28 Sep 2012 |
| Total Posts: 1292 |
|
|
| 04 Jun 2014 01:37 PM |
| You should also add a wait(2) or you won't be able to see all of them... |
|
|
| Report Abuse |
|
|
badfitz99
|
  |
| Joined: 01 May 2010 |
| Total Posts: 5854 |
|
|
| 04 Jun 2014 01:38 PM |
normal script, normal gui
'I am the greatest script in the realm. You can only hope to be as powerful of a script as I am, processing the world, bit by bit.' - Oysi 2014 |
|
|
| Report Abuse |
|
|