Hey @DanTDM_Rocks999! We’re going to keep this thread open for the time begin, but if you’re comfortable submitting PRs, please feel free to do so and we’ll look into them as soon as we can!
UIGridLayout Documentation
The SortOrder of a UIGridLayout defaults to LayoutOrder, not Alphabetical.
Contextual Purchases has a typo displaying Bee Swam Simulation shop
rather than Bee Swarm Simulator shop
It’s still wrong. Simulation
needs to become Simulator
Drag Detectors | Documentation - Roblox Creator Hub
Drag Detectors are no longer in beta as of 2023/9/25. DragDetectors [Beta] - #510 by PrinceTybalt
It never said it exited beta, just that it works in every game without need of a request to enable it.
Thanks all for your continued reports! The following have been addressed/fixed:
Hello! Under Supported Types for attributes, CFrame isn’t listed. When we do have this as an option.
Thanks for reporting this! It’s been added to the list of types now.
I keep forgetting that the mega thread exists.
Thank you for flagging, this has been fixed! The new sample now contains the correct output in the comments.
A bit off topic but I think this thread should be closed in favor of the feedback button and contributing to the GitHub.
They’re keeping it open for the time being, probably because feedback can’t be tracked by the end user and some people cannot use GitHub
This typo is still visible when configuring games.
Private servers can require Robux payment, but they cannot be applied when experience access requires Robux.
Great catch, this is now fixed!
-
The second sentence of the Translator documentation starts with a lowercase letter.
-
Multiple places in the UIStroke documentation, text is surrounded by “**” instead of a <b> tag (here, here, and here).
-
The properties table in the Lighting documentation has a “`” mistakenly.
-
The properties table in the Lighting documentation ends a sentence with “. .” instead of a single period.
-
Several code samples in the Lighting documentation (one, two, three, and four, five, six, and seven, eight, nine, and ten) say
minutesAfterMidnight = minutesAfterMidnight + 1
when they could be shortened tominutesAfterMidnight += 1
. -
At the bottom of the MarketPlaceService | ProcessReceipt documentation, there is a red line for seemingly no reason.