I came up with a brief explanation I think...
if "Touch/colission script here"
and
if "Team checker script here"
and
if function onKeyDown( e )
wait(5)
and if not function onKeyUp( e ) then
end
mouse.KeyDown:connect(onKeyDown)
I envision it as a bomb planting script that to plant you would have to
A: Be touching a brick
B: Be on a specific team (EX. Red)
C: Be holding down E for 5 seconds |