So I wanted to make a animation script, so when the player presses a key it would start the animation but I need help with scripting the animation. I was wondering if someone could tell me where would I start to make the script. I know it involves something like
LeftShoulder.C0 = LeftShoulder.C0 *CFrame.Angles(0, 0, -0.16)
But I don't know how to start and end the script, so can someone help me?