After updating studio, the method started instantly auto returning false despite working before
function isGalleryAccessGranted()
local accepted = CaptureService:PromptCaptureGalleryPermissionAsync(Enum.CaptureGalleryPermission.ReadAndUpload)
return accepted
end
method:
Expected behavior
It to give me the prompt and so i could return true with the function