Incorrect "Roblox Script Security" Label for "GamepadCursorEnabled"

The GamepadCursorEnabled property in GamepadService is incorrectly labeled as requiring “Roblox Script Security” This is a mistake and should be removed to reflect its proper accessibility.

Page URL: https://create.roblox.com/docs/reference/engine/classes/GamepadService#GamepadCursorEnabled

Afaik, this stems from the fact that this property is assigned to ‘Roblox Script Security’ for when attempting to write to it; but not reading it. Roblox seemingly doesn’t currently distinguish between read and write permissions (other than the ‘read only’ label) afaik, on the documentation site. I made a feature-request late last-year, hoping that this changes for clarity purposes:

Hi all.

I’ve confirmed with the team that @Abcreator is correct - we don’t seem to surface whether script security applies to read or write perms. In this case, the property is readable but not writeable, so the label is “half” true.

I’ll follow up with the doc feature linked to make sure this is on our radar to easily surface. I’ve also added a little reinforcement to the existing property description indicating that it’s read only and not writeable (this should be live EOD or tomorrow).

Thanks!

2 Likes