3rdblox
|
  |
| Joined: 09 Dec 2012 |
| Total Posts: 4741 |
|
|
| 07 Aug 2013 07:29 AM |
| I want a script that will team a new player to "Players" if the boolvalue inside it is true. (Boolvalue is just called value) |
|
|
| Report Abuse |
|
|
blocco
|
  |
| Joined: 14 Aug 2008 |
| Total Posts: 29474 |
|
| |
|
3rdblox
|
  |
| Joined: 09 Dec 2012 |
| Total Posts: 4741 |
|
|
| 07 Aug 2013 07:41 AM |
| Inside a script, there's a true/false value. When a new player is added, if the true/false value is true, then I want it to change the new player's team to a team called "Players". How can I do that? |
|
|
| Report Abuse |
|
|
| |
|
3rdblox
|
  |
| Joined: 09 Dec 2012 |
| Total Posts: 4741 |
|
|
| 07 Aug 2013 08:19 AM |
| It's finding and setting the player to "Players" that I can't do. I understand if statements. |
|
|
| Report Abuse |
|
|
| |
|
johnhugh
|
  |
| Joined: 26 Mar 2009 |
| Total Posts: 1971 |
|
| |
|
| |
|
johnhugh
|
  |
| Joined: 26 Mar 2009 |
| Total Posts: 1971 |
|
|
| 07 Aug 2013 08:47 AM |
| Instance.new("BoolValue", player) |
|
|
| Report Abuse |
|
|
|
| 07 Aug 2013 08:47 AM |
| They don't want that though. |
|
|
| Report Abuse |
|
|
johnhugh
|
  |
| Joined: 26 Mar 2009 |
| Total Posts: 1971 |
|
| |
|
| |
|
noah
|
  |
| Joined: 11 Sep 2006 |
| Total Posts: 18977 |
|
|
| 07 Aug 2013 09:04 AM |
Instance.new("FloorWire", game.Workspace)
cuz y not? |
|
|
| Report Abuse |
|
|
|
| 07 Aug 2013 09:05 AM |
| Because 6.8, that's why not. |
|
|
| Report Abuse |
|
|
Usering
|
  |
| Joined: 18 Aug 2012 |
| Total Posts: 10281 |
|
|
| 07 Aug 2013 10:13 AM |
It's is just like you typed it:
if script.Value == true --[[or just 'script.Value']] then --Do something end |
|
|
| Report Abuse |
|
|