|
| 20 Apr 2012 09:39 AM |
local h = game.Players.LocalPlayer
function player() 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 |
|
| |