local tool = script.Parent
tool.Equipped:Connect(function()
for i, v in pairs(tool:GetDescendants()) do
if v:IsA("BasePart") or v:IsA("UnionOperation") then
v.Transparency = 1
end
end
end)
Ure welcome
0
Oh my god.. I'm so dumb.. Sorry I meant "make tool invisible when in first person?". Ill just make another question.ParentProfanities28— 4y