palle1
|
  |
| Joined: 21 Jan 2010 |
| Total Posts: 31 |
|
|
| 09 Jul 2011 08:21 AM |
Hi, i need help about one of my script, the game have 2 teams, Blue and Red, at the end of the round, one of the team win, im done with that but i dont know how give point to the winning team !!!. I have a leaderboard with Point.
I need help to when the game start, i try to teleport people into the game, but it didnt teleport all ! :( can someone help me !!!
|
|
|
| Report Abuse |
|
|
|
| 09 Jul 2011 08:25 AM |
| Make it yourself... Get out of this forum. No, requests! If you want help missy, just post the script then get off your lazy ash, and then read what people have to say! |
|
|
| Report Abuse |
|
|
myrco919
|
  |
| Joined: 12 Jun 2009 |
| Total Posts: 13241 |
|
| |
|
| |
|
|
| 09 Jul 2011 10:02 AM |
| Do you need help? or do you WANT help? |
|
|
| Report Abuse |
|
|
palle1
|
  |
| Joined: 21 Jan 2010 |
| Total Posts: 31 |
|
|
| 20 Jul 2011 06:09 PM |
| OK lol ima put a part of the script >.> |
|
|
| Report Abuse |
|
|
palle1
|
  |
| Joined: 21 Jan 2010 |
| Total Posts: 31 |
|
|
| 20 Jul 2011 06:11 PM |
local blue = game.Workspace.Blue local red = game.Workspace.Red
if blue.Value > red.Value then msg = Instance.new("Message") msg.Parent = game.Workspace msg.Text = "Blue" count.Boom:play() blue.Value = 0 red.Value = 0 wait(3) msg:remove() elseif red.Value > blue.Value then msg = Instance.new("Message") msg.Parent = game.Workspace msg.Text = "Red" count.Boom:play() wait(3) msg:remove() blue.Value = 0 red.Value = 0 end |
|
|
| Report Abuse |
|
|
palle1
|
  |
| Joined: 21 Jan 2010 |
| Total Posts: 31 |
|
|
| 20 Jul 2011 06:12 PM |
| there a small part of the script that show who win. I want add something that give to the winning team points. And nothing for other... HELP 'ME |
|
|
| Report Abuse |
|
|