Open Issues Need Help
View All on GitHubAI Summary: This GitHub issue proposes refactoring the object declaration syntax for 'layouts' and 'elements' from a positional argument list to a single table with named keys. The goal is to improve readability and clarity when creating new objects by making the arguments self-documenting. This change will be applied to relevant constructor functions, with animation objects to be addressed separately later.
AI Summary: This issue proposes expanding the available layout options beyond the current radial and list views. Potential new layouts include grid, autowrap list, and bezier/spline. Additionally, it suggests invalidating layouts when parameters break their structure, such as adding too many elements to a radial layout.
AI Summary: This issue proposes the creation of 'screen space containers' to simplify the development of screen-based UIs (like HUDs) within a framework primarily focused on world UIs. These containers would abstract away complex logic like RunService updates and projection, and include features for z-sorting, screen-specific layouts, and safe zone scaling.
AI Summary: The user is reporting a UI scaling issue where the user interface appears significantly different across various devices, including an iPhone 7, Samsung Tab A, and PS4. The provided images illustrate these discrepancies, indicating a problem with how the UI adapts to different screen sizes and resolutions.