How would i increase the speed of my enemies? Thanks

I need to somehow make the transform of the enemy to increase over time. I was hoping someone here could help me out. Thanks so much.
Here’s

the code for my enemy.

This is a broad question and the image doesn’t really help unfortunately.The answer to the question as it stands is to actually just modify the position value of transform. You can simply add or multiply to the x,y and z value of the position.

I would recommend you study the unity documents Here to get a greater understanding of the transform. The next best thing if you are confused is to try a tutorial there are many options all over the web. This is a question which is answered in Unitys official manual and tutorials so you should try those sources first.

If this is not the kind of answer you are looking for you maybe need to expand on detail.