GamePassService class documentation broken syntax (?)

As I see in the GitHub documentation file Roblox Creator Docs use `(PATH)` syntax to link to another class documentation.

It seems that it’s not working correctly when used inside raw HTML objects (eg. table as in the GamePassService example, where references are not created in the table).

As you can see in the picture - reference 1 uses the same syntax as reference 2 but the documentation site does not insert reference in the case of reference 2. Both references’ syntax is `Class.MarketplaceService:UserOwnsGamePassAsync()`

Page URL: https://create.roblox.com/docs/en-us/reference/engine/classes/GamePassService
(Probably need to toggle “Show deprecated” option and scroll to PlayerHasPass details)

3 Likes

Hmm, I never heard of this service before, what’s your use case?

It’s kinda deprecated. Just like the doc site mentions - you should probably use MarketplaceService.

But the report is not about usage. It’s about Creator Docs syntax not working correctly within html tags and that’s just an example, so use case doesn’t seem relevant at this poiny

This unironically happened to me as well recently, Not exactly sure what causes this.

Hi there,
Thanks for reporting this. I’ve cleaned up the page so that the links are formatted correctly now.

Take care,
IgnisRBX

1 Like

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