Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Not protecting people -Shield help - It will not work?

Asked by 4 years ago
Edited by JesseSong 4 years ago

Please encode Lua code in the Lua block code tag (look for the Lua icon in the editor).

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

0
We would need to see the gun script since it probably thinks the tool is apart of the humanoid. HappyHammer55555 99 — 4y

Answer this question