Hi Domik,
I'm Amr, an independent advisor.
Did you try to reset Roblox?
Can you open the Microsoft Store?
Have you tried signing out and signing back into your Microsoft account in the Store? If not, please do
Try these methods to fix the issue
Go into Settings > Apps > Apps & Features > Roblox > Advanced Options and choose Reset. After it resets restart the PC and try again.
If that fails go into Microsoft Store app Settings (three dots at the top right of the page) to choose Updates, apply any Roblox Updates, and restart the PC.
If that fails then in Apps & Features uninstall Roblox, restart the PC then go into the Store Settings > My Library to reinstall it.
If that fails, try these methods to fix the issue
- Run Windows Store Apps Troubleshooter
Windows Key+X > Click Settings > Click Update & Security> Click Troubleshoot > Scroll down to the bottom > Click Windows Store Apps > Click Run the Troubleshooter
- Reset Microsoft Store through Command Prompt
Type cmd in Windows Search box > Right click on Command Prompt > Run As Administrator > Type WSreset.exe and click Enter > Reboot your computer
- Re-register All Store apps (You will get many Reds, ignore them)
Windows Key+X > Windows Powershell (Admin) > Copy the following form below and right-click in Powershell to paste > Enter > Restart your computer
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
- Uninstall & Reinstall Microsoft Store
Windows Key+X > Windows Powershell (Admin) > Copy the following form below and right-click in Powershell to paste > Enter
Get-AppxPackage -allusers *WindowsStore* | Remove-AppxPackage
Copy the following form below and right-click in Powershell to paste > Enter > Reboot your computer
Get-AppxPackage -allusers *WindowsStore* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
- Reset Windows Update components
1-Right-Click on Start then click on Windows Terminal(admin)
2-Type these commands and press enter after each command
net stop wuauserv
net stop cryptSvc
net stop bits
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 Catroot2.old
net start wuauserv
net start cryptSvc
net start bits
netsh winsock reset
3-Reboot your PC
- Check if doesn't have any corrupt files on the windows.
1-Right-Click on Start then click on Windows Terminal (admin)
2- Type these commands and press enter after each command
sfc /scannow
Dism /Online /Cleanup-Image /ScanHealth
Dism /Online /Cleanup-Image /CheckHealth
3- The DISM tool will report whether the image is healthy, repairable, or non-repairable. If the image is repairable, you can use the /RestoreHealth argument to repair the image.
4-Type this command and press Enter:
Dism /Online /Cleanup-Image /RestoreHealth
I hope this is helpful. If you require any additional assistance, don't hesitate to respond to this.
Best Regard
Amr