Hunterfj1
|
  |
| Joined: 06 Jul 2009 |
| Total Posts: 501 |
|
|
| 18 Sep 2011 07:27 PM |
| You spawn in random teams. You have a gui to dress like a knight. Now all I need is a script that makes a gui team only. I've tried editing a team only door to fit guis, but nothing. Can anyone help? |
|
|
| Report Abuse |
|
|
| |
|
Hunterfj1
|
  |
| Joined: 06 Jul 2009 |
| Total Posts: 501 |
|
| |
|
|
| 18 Sep 2011 07:33 PM |
| No one will make it for you, we only fix/debug scripts >:U |
|
|
| Report Abuse |
|
|
Hunterfj1
|
  |
| Joined: 06 Jul 2009 |
| Total Posts: 501 |
|
| |
|
Hunterfj1
|
  |
| Joined: 06 Jul 2009 |
| Total Posts: 501 |
|
|
| 18 Sep 2011 07:39 PM |
I'm a really ameteur scripter. Go ahead flame.
-function if TeamColor Color = Red then gui.visible = true else if TeamColor = Blue then gui.visible = false |
|
|
| Report Abuse |
|
|
Diego109
|
  |
| Joined: 07 Jan 2010 |
| Total Posts: 64 |
|
|
| 18 Sep 2011 07:42 PM |
| amuetuer is describing u to good. THAT SCRIPT SHOULD BE WAY LONGER.... ill work on it... i'll pm u if it is hopeless or if i fixed it... |
|
|
| Report Abuse |
|
|
|
| 18 Sep 2011 07:45 PM |
function onEnter(p) if p.TeamColor = BrickColor.new("ColorHere") then StarterGui.ScreenGui.GUINAMEHERE.Visible = true elseif p.TeamColor = BrickColor.new("ColorHere") then StarterGui.ScreenGui.GUINAMEHERE.Visible = true end end game.Players.PlayerAdded:connect(onEnter) |
|
|
| Report Abuse |
|
|
|
| 18 Sep 2011 07:46 PM |
Agh...
function onEnter(p) if p.TeamColor == BrickColor.new("ColorHere") then StarterGui.ScreenGui.GUINAMEHERE.Visible = true elseif p.TeamColor == BrickColor.new("ColorHere") then StarterGui.ScreenGui.GUINAMEHERE.Visible = true end end game.Players.PlayerAdded:connect(onEnter) |
|
|
| Report Abuse |
|
|
Diego109
|
  |
| Joined: 07 Jan 2010 |
| Total Posts: 64 |
|
|
| 18 Sep 2011 07:49 PM |
| i can not fix that script and i dont feel like making one... find one on free models and customize it... |
|
|
| Report Abuse |
|
|
| |
|
Diego109
|
  |
| Joined: 07 Jan 2010 |
| Total Posts: 64 |
|
|
| 18 Sep 2011 08:02 PM |
| says the noob that joined not even 3 weeks ago -_- |
|
|
| Report Abuse |
|
|
Lowcart
|
  |
| Joined: 12 Sep 2011 |
| Total Posts: 1323 |
|
| |
|
|
| 18 Sep 2011 08:18 PM |
@Diego,
I can script better than you :P |
|
|
| Report Abuse |
|
|