I need help with detecting a property inside of a CharacterMesh. I’ve tried this and it doesn’t seem to work, any help would be greatly appreciated!
if clone:FindFirstChildOfClass("CharacterMesh") then
local torso = clone:FindFirstChildOfClass("CharacterMesh").BodyPart.Torso
if torso then
print("yo")
end
end