Ok so i was trying to add a tween when the character walks. I did so and the character would fall through the floor because the hit box changes sizes with the player meaning it would fall through the floor.
Can someone help me with this issue it is really annoying
And i never understood why ppl make separate object for player and separate object for hitbox
And now i see with your issue good reason to do it
Basically you would create another object call it player hitbox or something
And now you only control hitbox as player
Slap player to that hitbox with change position of object action to stick to hitbox
And any animation change goes to player object not hitbox
And you can tween your player as much as you want
1 Like