Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement and document Roblox's new Content type #480

Open
Dekkonot opened this issue Nov 15, 2024 · 0 comments
Open

Implement and document Roblox's new Content type #480

Dekkonot opened this issue Nov 15, 2024 · 0 comments

Comments

@Dekkonot
Copy link
Member

A while back, Roblox renamed all of their Content properties to be a ContentId type. We patched over this in #455 by just using ContentId in lieu of Content for things.

However, there are now properties that utilize the new Content type:

image

Given that as far as I can tell all of these properties serialize, we should put in the work to actually document this type and implement it.

Unfortunately this means we need to consider the future of rbx_type's Content type. Ideally we would just rename the old Content type to ContentId like Roblox and then add a new Content type but this is a breaking change. :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant