jaipack17 / Nature2D

A 2D physics engine for Roblox. Create versatile physics simulations and mechanics with GUIs!
https://jaipack17.github.io/Nature2D/
MIT License
147 stars 8 forks source link

RigidBody:SetSize() changes only the size of the GuiObject #34

Closed jaipack17 closed 2 years ago

jaipack17 commented 2 years ago

RigidBody:SetSize() only changes the size of the GuiObject and not the size of the actual point-constraint structure of the rigid body.

Reproduction Steps

Expected Behavior

The size of the rigid body's GuiObject changes as well as the point-constraint structure.

Actual Behavior

Only the size of the rigid body's GuiObject changes. Its structure remains the same.