UserInputService.GamepadEnabled smart quotation marks in code sample results error

The code sample documented on the UserInputService.GamepadEnabled property page utilises botched quotation marks resulting in error.


Issue lies on line 1 of the code sample, where local UserInputService = game:GetService(“UserInputService”) utilises instead of ".

Error

image

Image


Fix: Replace the botched quotation marks with actual quotation marks.

Thanks for the report.

Can confirm these rogue quotation marks have been corrected on all pages.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.