I dont know how to compare values

i dont know how to compare values. basically i want it so that when the player collides with a certain object and the speed is over 200 that object disappears

Use an extractor. Make a collision block extract the X velocity and, if over 200 or under -200, it destroys itself.