Quenty / NevermoreEngine

ModuleScript loader with reusable and easy unified server-client modules for faster game development on Roblox
https://quenty.github.io/NevermoreEngine/
MIT License
408 stars 124 forks source link

fix: Fix Blend converter plugin erroring #485

Closed unrooot closed 1 month ago

unrooot commented 1 month ago

There were new properties "Capabilities" and "Sandboxed" that were recently added to the Instance class, so this change adds a method to RobloxApiMember.lua in the roblox-api-dump package, which lets us check the permission for these properties. This will fix the plugin erroring when you attempt to convert instances.

📦 Published PR as canary version: Canary Versions
:sparkles: Test out this PR locally via: ```bash npm install @quenty/roblox-api-dump@8.3.1-canary.485.6fcadf5.0 # or yarn add @quenty/roblox-api-dump@8.3.1-canary.485.6fcadf5.0 ```
github-actions[bot] commented 1 month ago

:rocket: PR was released in @quenty/roblox-api-dump@8.3.1 :rocket: