In an MP environment, SetScale has inconsistent behaviour with regards to its scaling of hitboxes depending on the number of players in the vicinity.
With a single client in the vicinity, the hitbox is correctly scaled.
When two or more clients are in the vicinity, the hitbox reverts to scale 1.0.
Applying SetScale in any and all EntityEvents does not result in the expected behaviour of a correctly scaled hitbox.
It has been mentioned previously by some that SetScale is only intended for visual adjustments, and yet the correct scaling of hitboxes in certain circumstances indicates that the desired behaviour could potentially be accommodated.
There is no expectation of adjustments to pathing or other collision physics, but correctly scaled hit detection would be appreciated.