I created a package that let me pickup object in my player hands. I can then drop it on the ground. I found out that the object GetObjectSize() (client side) change everytime I attach it to my player then detach it. I also verified on the server if the scale of the object was changing but no, it is still 1x1x1 in scale.
Exemple: I attached a picture with multiple chair, I get the size of each object (GetObjectSize) whenever my player pick them up. I then use that size in order to sort them correctly on the truck but as you can see, all of these chair are misaligned because the size always change randomly by a little. I also added a second picture showing the size of the object everytime I pick it up and the scale of the object everytime I put it down.
Note that this bug was seen on all object and that I never touch the scale of the object when I attach it to the player.
English isn't my first language so forgive the many spelling mistake.
Exemple: I attached a picture with multiple chair, I get the size of each object (GetObjectSize) whenever my player pick them up. I then use that size in order to sort them correctly on the truck but as you can see, all of these chair are misaligned because the size always change randomly by a little. I also added a second picture showing the size of the object everytime I pick it up and the scale of the object everytime I put it down.
Note that this bug was seen on all object and that I never touch the scale of the object when I attach it to the player.
English isn't my first language so forgive the many spelling mistake.
Comment