Issue Description
On line 12, the function in the pcall is CanSendGameInvite. This method is missing an Async at the end of it; it should be CanSendGameInviteAsync. The exact fixed line is as follows:
local res, canSend = pcall(SocialService.CanSendGameInviteAsync, SocialService, targetPlayer)