Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How can I manipulate the left arm's position and rotation?

Asked by 9 years ago

It's part of my one gun script I'm working on, but I forget how to change the rotation and position. Can anyone help me?

local LeftArm = Player.Character:FindFirstChild("Left Arm"):clone()
    LeftArm.Name = "Left Arm"
    LeftArm.Transparency = 0
LeftArm.CanCollide = false
LeftArm.TopSurface = 0
LeftArm.BottomSurface = 0

Answer this question