how to remove limbs in roblox local limbs = {"Right Arm", "Left Arm", "Right Leg", "Left Leg"} local pl = Workspace:FindFirstChild("Player") if pl thne for_, v in ipairs(libs) do local limb = pl:FindFirstChild(v) if limb then limb:Destroy() end end end how to remove limbs in roblox