WaitForChild("Torso") returns nil as of 1st March 2023

Hi
My code was working couple days ago and suddenly it returns nil: FindFirstChild(“Torso”) and WaitForChild(“Torso”).
All the weapons are not working anymore… is this a bug?
Thanks

1 Like

Is your character in R6 or R15?

1 Like

Thanks for the quick answer. The character is in R15.

1 Like

So, there’s no torso. Did you mean to use R6 or use LowerTorso?

1 Like

My bad… I did copy a game in R6 into a new game and I forgot to change it… Thanks!

1 Like

Rather than change it to LowerTorso, you should use HumanoidRootPart if possible so that it is compatible with both variants of the character model. Roblox will likely keep HumanoidRootPart for all future character models as well, ensuring the best chance of future-proofing.

5 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.