IceOrb
|
  |
| Joined: 02 May 2010 |
| Total Posts: 1206 |
|
|
| 09 Aug 2013 02:45 PM |
This doesn't seem to be working? endgame() is another function within the same script which I'm calling.
Code:
pointsyst = game.Workspace.PointSystem if pointsyst.RedScore.Value == pointsyst.MaxPoints.Value then script.Parent.RedWin.Visible = true wait(5) script.Parent.RedWin.Visible = false endgame() elseif pointsyst.BlueScore.Value == pointsyst.MaxPoints.Value then script.Parent.BlueWin.Visible = true wait(5) script.Parent.BlueWin.Visible = false endgame() end
|
|
|
| Report Abuse |
|
IceOrb
|
  |
| Joined: 02 May 2010 |
| Total Posts: 1206 |
|
| |
baheeg
|
  |
| Joined: 19 Jul 2010 |
| Total Posts: 72846 |
|
| |