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

How do I move the arm cframe in a script?

Asked by 5 years ago

Hi im kinda new to scripting so ive tried to find ways to do this and I cant get it to work. I want to have the right arm pointing in a certain direction and then it welding. This is for a sword weapon. Ive got this rn:

player = game.Players.LocalPlayer
playergui = player.PlayerGui
char = player.Character or player.CharacterAdded:wait()

function onEquiped()
    -- Part where you would change the cframe
end

script.Parent.Equipped:Connect(onEquiped)
0
shanging the cframe of any limb of the player would move the entire player, you would have to edit it's Motor6D, which is too complicated for me fanofpixels 718 — 5y

Answer this question