registerOutputEvent(Player, "SetScaleXYZ", "float 0.2 5 0.1" TAB "float 0.2 5 0.1" TAB "float 0.2 5 0.1");function Player::SetScaleXYZ(%this, %x, %y, %z){ %this.setScale(%x SPC %y SPC %z);}