ok i am making a connect 4 game and want to press c to start an animation that moves the bar thing at the bottom of the bored that releases the chips. can anyone help. this is what i got so far.
function Update(){
if(Input.GetButtonUp(“c”))
{
and have a script in here that starts the animation
}
}