It may be easier to temporarily disable the object - disable collisions and make it invisible for 10 seconds. Or move it off-screen for 10 seconds, then move back.
Because 10 seconds is a long period of time, I recommend using Timer behavior instead of "Wait 10 seconds". With Timer you'll have better control - you could pause or cancel the timer if needed.
So your code might look like this: