VERY RANDOM Studio Crashing Bug

Hello! Here is the situation.

I have a Folder in ReplicatedStorage and a LocalScript in StarterPlayerScripts. The code in the LocalScript is:

print(game:GetService('ReplicatedStorage').Folder)

This will crash my studio every time I run the game. I been testing at an empty baseplate just to make sure nothing else is causing it.

The object doesn’t have to be a folder to crash my studio. Printing any object in “ReplicatedStorage” will cause the crash.

I just found that only printing this STILL crashes studio.

print(game:GetService('ReplicatedStorage'))
1 Like

image
It doesn’t crash for me, I believe it’s an issue on your part.

Your GPU or CPU may be causing this issue, I’ve seen that AMD is questionable in some situations, do you have an AMD?

this does not happen to me maybe you could reinstall Roblox by deleting your C:\Users\USER\AppData\Local\Roblox folder

Found out that printing any Roblox service “ServerStorage” will also crash my studio.

Here’s my specs.

image