Skip to content

v2.1.0

Choose a tag to compare

@notreux notreux released this 07 Jan 18:27
· 146 commits to main since this release

Changelog v2.1.0

Breaking changes

  • The ConstantVelocityEnabled property has been removed
    • Impact: Any use or reference to the ConstantVelocityEnabled property in your code will cause errors.
    • Action required: Remove all the references to the ConstantVelocityEnabled property. To emulate the behaviour of this property you can set the property constantly to a specific value.

Fixes

  • Collisions wasn't working when ConstantVelocityEnabled property was enabled
  • There were some files with .lua instead of .luau, which was incoherent
  • HitboxScale wasn't working properly
  • Jump looks forced