script.Parent.Touched:connect(function(hit) hit.CharacterAdded:connect(function(chr) while chr:FindFirstChid("ForceField") ~= nil do wait() end local ff = chr:FindFirstChild("ForceField") ff:Remove() end) end)
script.Parent.Touched:connect(function(hit) if hit.Parent:FindFirstChild("Humanoid") ~= nil then player = hit.Parent if player:FindFindFirstChild("ForceField") ~= nil then player:FindFindFirstChild("ForceField") :remove() end end end)