script.Parent.Touched:connect(function(part) part:remove() end)
i honestly dont know why this isnt working
Don't use remove. Use Destroy, or better yet game.Debris:AddItem()