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

Changing the angle of a shoulder?

Asked by 7 years ago
Edited 7 years ago

Hi, I am trying to do an animation without the animation editor to create recoil for a gun. The script tries to change the desired angle of the character's shoulder but it stays the same. I printed the current angle and it is half of pi. Any help?

tool = script.Parent

tool.Activated:connect(function()
    rsh = tool.Parent.Torso["Right Shoulder"]
    rsh:SetDesiredAngle(math.pi)
end)

1 answer

Log in to vote
0
Answered by
En_ch -6
7 years ago

Sorry u cant Its The Roblox Update sorry Bro :/

Ad

Answer this question