This method is not available - CheckUserBadgesAsync



I fired it in a localscript, how do I fix this?

BadgeService can only be used on the server inside Scripts and ModuleScripts.

1 Like



This is from a serverscript, I even took the code inside the modulescript and putted it there
I think CheckUserBadgesAsync is broken

The error is self-explanatory; the method is not enabled for usage in studio. Judging by what you’re passing, you’d want to use UserHasBadgeAsync

UPDATE: This method is now enabled.

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