Why my touched event fire when i don't even touched the part?

idk if am stupid but something escapes me.
When i join the game it should not print
(I seem to have encountered this problem before but I don’t remember how I solved it)

touched event

(I didn’t finish this code, I was practicing)

Any help will be appreciated.

Check if you misspelled something

i think i don’t misspelled something

Touched events fire whenever something touches the Part.
You need to check to see if whatever touches the Part (a players arm or leg for example) has a Parent that has a Humanoid as a child.
This will only make the script function work if a player Part touches the item.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.