else you can try to change entity.max_x or y or z. I use it when my player is crouching smile

example:

if(key_cud )
{
my.max_z = 20;
}
else
{
my.max_z = 50;
}


The smaller the bug, the harder it is to kill.
_________________________________________
Forklift DEMO (3dgs)