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)
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?