#Trying to detect if something is in the character but gives error because it doesnt exist.

1 messages · Page 1 of 1 (latest)

clear birch
#

if Player.Character:FindFirstChild("Locker_Jacket") or Player.Character.Locker_Heads.Upper.Union ~= nil then
print("Cannot Wear Jacket with Arm Gear")
else
if Player.PlayerEquipped.Arms.Equipped.Value ~= "Empty" then
ClearOld(Player, "Arms")
end
--
local Clone = Outfit:Clone()
Clone.Parent = Player.Character
Weld(Player, Clone.Right, "Right Arm")
Weld(Player, Clone.Left, "Left Arm")
Clone.Name = "Locker_Arms"
Player.PlayerEquipped.Arms.Equipped.Value = Outfit.Name

                end