Hey creators!
Just a note that the following have been addressed:
Fixed here: KeyframeSequenceProvider | Documentation - Roblox Creator Hub
Cleaned up here: https://create.roblox.com/docs/reference/engine/classes/GoogleAnalyticsConfiguration
Fixed the out-of-order steps… now it shows that Face is a property of AdGui and not the Part that the AdGui sits atop.
Fixed! : utf8 | Documentation - Roblox Creator Hub
- Fixed the first broken link: Plugin | Documentation - Roblox Creator Hub
- Noted that the grid is not locked to the legacy options, but noted that the values can still be long decimals and may need rounding: Plugin | Documentation - Roblox Creator Hub
- math | Documentation - Roblox Creator Hub actually wasn’t a typo. In a range expression,
[
means it’s inclusive of that limit value, while(
indicates it’s exclusive of that limit value (can be up to that range but not actually reach it). So in this case, it may reach 0.5 on the low end but will not reach 1 on the high end. To make this clearer (since it’s admittedly a bit vague), I spelled it out in words “(inclusive of 0.5 but exclusive of 1)”.
I fixed up some linking issues, and removed the image which was originally captured from Studio around 2018 and had since been removed.
Take care and keep the reports coming in!
IgnisRBX