FollowEntity Change Properties efficient

Hi,

It is said in the Documentation " it is recommended to not access properties on this script more often than required.", “You can instead write custom ECS systems to access the properties on the ECS components directly.”

lets say i want to change the speed, or other Properties. How would a Custom System look like? Are there any Examples?

Thanks