of     1   

redroar
#140845870Saturday, July 19, 2014 2:50 PM GMT

I want something to happen if a player of a team is touching a brick however if it is a player from another team is touching it I want it to do nothing, and I can't do it. Help meh plez.
ScottRhode
#140846237Saturday, July 19, 2014 2:56 PM GMT

put script below directly inside the part TeamColor = BrickColor.new("Bright blue") ---For this script to work, i need --the exact color of the team that may touch it only replace the stuff inside "" function touched(hit) plr = game.Players:GetPlayerFromCharacter(hit.Parent) if plr.TeamColor == TeamColor then -- code here else return end end script.Parent.Touched:connect(touched)
redroar
#140852365Saturday, July 19, 2014 4:27 PM GMT

Thanks two questions though. 1) How do I get the model it is placed in (I have it in a model with the parts for a door) to disappear when the DHealth = 0 2) How do I detect if a player has stood on a block for say 10 seconds and have a bricks appear each second to show how long it has been stood on, of cource it will set back to 0 when they die or stand off of it. Thanks btw
redroar
#140862671Saturday, July 19, 2014 6:31 PM GMT

BUMPPP
redroar
#140874933Saturday, July 19, 2014 8:47 PM GMT

Bump 2
redroar
#140885240Saturday, July 19, 2014 10:29 PM GMT

BAWMPPPP
redroar
#140943773Sunday, July 20, 2014 12:26 PM GMT

BUMPPPPP Come on guys :/
redroar
#141067696Monday, July 21, 2014 4:53 PM GMT

bu-bu-b-u-bump

    of     1