|
| 21 Apr 2012 08:31 AM |
function player() local h = script.Parent.Parent.Parent.Parent if h.TeamColor == BrickColor.new("Bright blue") then script.Parent.TextColor3 = Color3.new(77/250, 77/250, 77/250) script.Parent.Teleport.Disabled = true script.Parent.Active = false else script.Parent.TextColor3 = Color3.new(255/255, 255/255, 255/255) script.Parent.Teleport.Disabled = false script.Parent.Active = true end end
script.Parent.MouseButton1Down:connect(player)
|
|
|
| Report Abuse |
|
|
|
| 21 Apr 2012 08:32 AM |
| Just set the forcefield length property to 5 seconds? :o |
|
|
| Report Abuse |
|
|
iPremiumZ
|
  |
| Joined: 23 Jan 2012 |
| Total Posts: 6834 |
|
|
| 21 Apr 2012 08:33 AM |
| Why set the 'h' variable, just make the player a parameter? |
|
|
| Report Abuse |
|
|
| |
|
|
| 21 Apr 2012 08:34 AM |
| nvm the way my game is set up i could do math.huge |
|
|
| Report Abuse |
|
|