Hello! as the title says, I'm making a tool that changes the Color and Material however It appears to not change the color as well of the material, I am using :GetChildren
Also no errors appear In the output
Script:
local tool = script.Parent local Player = tool.Parent local PlayerBodyParts = Player:GetChildren() tool.Equipped:Connect(function() for i,v in pairs(PlayerBodyParts) do PlayerBodyParts.BrickColor = BrickColor.new("Neon orange") PlayerBodyParts.Material = Enum.Material.Neon wait() end PlayerBodyParts.Torso.BrickColor = BrickColor.new("Neon orange") end)
hey you! have you ever heard of enes? if you are in trouble, better call enes!