Ight I am sorry for how stupid I may sound but I am getting kinda desperate and I literally can see no sources regarding this.
-
How to get a body part, like the left leg or right arm of a roblox player
-
I am somehow literally unable to find this anywhere, if you could, could you link the direct source of where you found it in the roblox documentation.
-
What I tried to do was to reference it like the code below (LocalScript)
local players = game:GetService("Players").LocalPlayer
local character = players.CharacterAdded:Wait()
local humanoid = character:WaitForChild("Humanoid")
print(humanoid:FindFirstChild("LeftArm")
it outputs
nil
Please, how does one reference a particular body part in a player.