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 6 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:

1player = game.Players.LocalPlayer
2playergui = player.PlayerGui
3char = player.Character or player.CharacterAdded:wait()
4 
5function onEquiped()
6    -- Part where you would change the cframe
7end
8 
9script.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 — 6y

Answer this question