Roblox Studio Bluescreening/Bugchecking PC

I’ve been attempting to playtest a game on Roblox Studio and it locks up.
When I attempt to close Roblox Studio, it bluescreens my PC with the error code UNEXPECTED_KERNEL_MODE_TRAP
I’m confused as this only happens on my team’s game and doesn’t happen on the Roblox Client.

I have examined the dump produced via the bug check and WinDbg provided me with this:

UNEXPECTED_KERNEL_MODE_TRAP (7f)
This means a trap occurred in kernel mode, and it’s a trap of a kind
that the kernel isn’t allowed to have/catch (bound trap) or that
is always instant death (double fault). The first number in the
BugCheck params is the number of the trap (8 = double fault, etc)

I have also taken a look at the Microsoft Developer Documentation regarding bug checks and have concluded that my system crashed due to a “Double Fault”.
Roblox Studio has not created any dumps.

My Specs:
NVIDIA GeForce GTX 970
AMD Ryzen 5 3400G with Radeon Vega Graphics
64 Gigabytes of Corsair Vengeance RGB PRO DDR4 RAM
Windows 11 Pro

All help is appreciated.

1 Like

Also, here is an image of the Bugcheck Analysis in WinDbg (From the Minidump)
image