The shield will not work. It does not protect you from getting shot at.
Here is the script:
local tool = script.Parent -- the tool tool.Equipped:Connect(function() wait(.1) -- apparently u need to have a considerable delay(u cant just have a "wait()".) tool.Handle.CanCollide = true end)
Please help me
Many thanks Hazer