so im making script that will destroy TouchInterest
script.Parent.TouchInterest:Destroy()
but it will create new TouchInterest again
i have alternate way
while true do
script.Parent.TouchInterest:Destroy()
end
but that will spam error on console