How do i fix this fling glitch

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?

https://gyazo.com/5953ff6ce21400c4aed52dd8d6369c2e

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?

https://developer.roblox.com/en-us/articles/Player-Player-Collisions
you can use this Tutorial.

Another method I just thought of is maybe making each part of the giant’s body massless, not sure if this would work though.