#does anyone knows how to remove the "2nd torso" from my clones

7 messages · Page 1 of 1 (latest)

real rune
tiny thorn
#

Thats called the humanoidrootpart

#

It is essential

real rune
#

but i dont need it so i just have to delete it?

#

it wont affect anything?

tidal parcel
#
for _, v in ClonedPlayer:GetChildren() do
if v.Name ~= "HumanoidRootPart" then return end
v.Transparency = 1
end```
#

you can't delete it, it's essential