Perhaps scaling the player?
That works, thanks.
I seem to be getting stuck on the bot or something, when I crouch I stay crouched and can't uncrouch until I jump. Also it slows me down while moving.
To disable collision all I've done is set these in my playertype.
boundingBox = "0 0 0";
crouchBoundingBox = "0 0 0";
Is there something I'm missing?