Good afternoon fellow scripters - The title explains all... Im writing a script when the players arm tweens - and I'm pretty stuck on what to do - the rig is R15 by the way
-goku :D
01 | ipit.InputBegan:Connect( function (input) |
02 |
03 | if input.KeyCode = = Enum.KeyCode.E and desaa = = false then |
04 | desaa = true |
05 | debounce = false |
06 | local fadfa = char.Humanoid:LoadAnimation(punchanimation) |
07 | arm.Parent = char.RightLowerArm |
08 | fadfa:Play() |
09 | wait( 1 ) |
10 | tweens:Play() |
11 | debounce = true |
12 | wait( 1.2 ) |
13 | debounce = true |
14 | desaa = false |
15 | tweens 22 :Play() |
Because you have to make it anchored it's very simple
RightArm.Anchored = true