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
ipit.InputBegan:Connect(function(input) if input.KeyCode == Enum.KeyCode.E and desaa == false then desaa = true debounce = false local fadfa = char.Humanoid:LoadAnimation(punchanimation) arm.Parent = char.RightLowerArm fadfa:Play() wait(1) tweens:Play() debounce = true wait(1.2) debounce = true desaa = false tweens22:Play() arm.Parent = char end end)
Because you have to make it anchored it's very simple
RightArm.Anchored = true