How to make object disappear once i reach a specific score.

so i have spikes that if touched makes game restart how would i get rid of them or disable them after i get to a specific score.

When your score reaches a certain number, use a filter and have it send a message to your spikes, such as “off”

As for your spikes, make sure that you add a switch before collision and everything else. Set it on initially, and connect an Always trigger to “in” of the switch. Then add a mailbox and type “off”,then connect it to the “off” portion of the switch.

Are you able to send a screenshot of what that would look like