How to add the enemies to the table just one time with the touched event?

its not only this fffffffffffffffffffffffffffffffffffffffffffffffff

yea, thats why u need to send video, or atleast the picture of the Output errors

dont mind, i think i will take a time to think, tanks for all

change

			hitbox.CFrame = humanoidRootPart.CFrame

to

			hitbox.CFrame = humanoidRootPart.CFrame + Vector3.new(0, 0, -2)

and remove the

hitbox.Offset = CFrame.new(0, 0, -2)

also remove the

hitbox.Visualizer = true

I’m slightly confused on what you’re trying to acheive, so I’ll take a guess.

Instead of using .Touched:Connect() you could try using .Touched:Once()