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

What would I type to manipulate a body "pose"? [closed]

Asked by 10 years ago

So, I've got this so far, but when the player pushes "E" I'd like to have his pose changed. To be specific; I'd like to have his arms, torso, and head lean right.

player=Game.Players.LocalPlayer
mouse=player:GetMouse()

mouse.KeyDown:connect(function(e) --key being the key they pressed
print(e)
end)

0
Why exactly did you post the code that I gave you here? TheGuyWithAShortName 673 — 10y
0
Im trying to construct something, that was just a part of it. SemperOccultus 0 — 10y
0
My ultimate goal is to create a script that allows someone to push Q or E to lean left or right. SemperOccultus 0 — 10y

Closed as Not Constructive by Sublimus and evaera

This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.

Why was this question closed?