op3ersun
|
  |
| Joined: 22 Oct 2011 |
| Total Posts: 154 |
|
|
| 16 May 2014 09:19 AM |
| Hello, I just started this project of making a Greek God battle, I have decided the gods, made the intro cutscene, and I need to know how to make a team only door. For example, I'm Zeus. I'm on the Zeus team and I want to make a Zeus only door. Thank you. |
|
|
| Report Abuse |
|
|
vlekje513
|
  |
| Joined: 28 Dec 2010 |
| Total Posts: 9057 |
|
|
| 16 May 2014 09:20 AM |
if TeamColor == Door.Parent.BRICKCOLORVALUE.Value then open or teleport |
|
|
| Report Abuse |
|
|
op3ersun
|
  |
| Joined: 22 Oct 2011 |
| Total Posts: 154 |
|
| |
|
op3ersun
|
  |
| Joined: 22 Oct 2011 |
| Total Posts: 154 |
|
|
| 16 May 2014 09:24 AM |
Can you explain better?
Anyone else? |
|
|
| Report Abuse |
|
|
op3ersun
|
  |
| Joined: 22 Oct 2011 |
| Total Posts: 154 |
|
| |
|
op3ersun
|
  |
| Joined: 22 Oct 2011 |
| Total Posts: 154 |
|
| |
|
youssef04
|
  |
| Joined: 22 Jan 2011 |
| Total Posts: 1745 |
|
|
| 18 May 2014 06:39 AM |
function touch(hit) if hit.Parent.TeamColor == BrickColor.new("TEAM COLOR FOR ZEUS") then script.Parent.Transparency = 1 script.Parent.CanCollide = false end script.Parent.Touched:connect(touch) |
|
|
| Report Abuse |
|
|
op3ersun
|
  |
| Joined: 22 Oct 2011 |
| Total Posts: 154 |
|
| |
|
| |
|