Blockland Forums > Modification Help

De-colliding players to other players

Pages: (1/3) > >>

DYLANzzz:

How would I go about doing this?

I still want them to collide with bricks, trigger events, and get hit with projectiles.

Blaze0:

Do want

otto-san:

I'm not sure if this is possible or not.

Though it doesn't seem possible the way you want it.

phflack:

i've suggested before making the collision box tiny, just barely there so that they'll collide with the wall and stuff

Reinforcements:

What about like...

function Player:collision(%bla, %bla, %bla)
{
if(thingPlayerCollidedWith == AnotherPlayer)
{
return;

}
else
{
Parent::Player:collision;
}


}

Pages: (1/3) > >>

Go to full version