Is there a certain reason in the script for why it can’t identify my character’s Right Hand? in the line #9 weld.Part1 = char:WaitForChild("RightHand")
, The Part0 in line #8 works fine; it can identify the weld’s parent/handle but for the RightHand, it does not. This is on serverscript too tho.
01 | players.PlayerAdded:Connect( function (plr) |
02 | plr.CharacterAdded:Connect( function (char) |
03 | local handle = handle:Clone() |
05 | handle.Position = char:FindFirstChild( "RightHand" ).Position + Vector 3. new( 0 ,- 1.5 , 0.5 ) |
06 | local weld = Instance.new( "Weld" ) |
09 | weld.Part 1 = char:WaitForChild( "RightHand" ) |
Locked by User#24403
This question has been locked to preserve its current state and prevent spam and unwanted comments and answers.
Why was this question closed?