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

Why doesn't this anti blockhead script work?

Asked by 6 years ago

This is in a normal script located in ServerScriptStorage with filtering enabled.

game.Players.PlayerAdded:connect(function(plr)
 plr.CharacterAdded:connect(function()
     if plr.Character.Head:FindFirstChild('Mesh') == nil then
    plr:kick()
            end)
    end)
end

Any Ideas?

0
Serverscriptservice or serverstorage? xD User#20388 0 — 6y
2
Don't think serverscriptstorage exists xD User#20388 0 — 6y
0
XDDDDDDDDDDD SO FUNNY LOOOOOOOOOOOOLLLLLLL roblox245688679934 18 — 6y
0
Seriously though, it does exist, I just checked. roblox245688679934 18 — 6y
View all comments (3 more)
2
place it in ServerScriptService hellmatic 1523 — 6y
0
`if head:FindFirstChildOfClass('SpecialMesh') then`? TheeDeathCaster 2368 — 6y
0
Doesn't work. roblox245688679934 18 — 6y

Answer this question