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

how to switch UpperLegs to R6 left Leg???

Asked by 3 years ago
Edited 3 years ago

Please provide more explanation in your question. If you explain exactly what you are trying to accomplish, it will be much easier to answer your question correctly.

local character = player.Character

    local head = character.Head

    local human = character.Humanoid

    local Torso = character.Torso       

    local Foot = character.UpperLegs

still dont work when i put LeftLeg

0
upperlegs? that's not a thing btw. i'll try to see if i an find a solution to this. What are you trying to do? change the leg of a player or a NPC? MarkedTomato 810 — 3y

1 answer

Log in to vote
0
Answered by 3 years ago
Edited 3 years ago

I never used something called Humanoid Description but I think it can definitely help you. Click this link to understand Humanoid Description.

https://developer.roblox.com/en-us/articles/humanoiddescription-system

It has examples too.

Ad

Answer this question