Hello im making a game where one of the powers is to be a giant. The problem with this is that everytime my character walks over another character, i fling them. Im guessing this is because im too heavy or my accessories are too heavy. Is there a way to prevent this?
1 Like
You can try changing the player’s collison group when they become a giant, so they can’t collide (and fling) the smaller players. There might be another way to do this, but thats all I can think of on the spot
How do you go about changing the collision groups?
Another method I just thought of is maybe making each part of the giant’s body massless, not sure if this would work though.