Imgflip Logo Icon

does this actually happen

does this actually happen | MAKING A GAME; SUDDENLY BLUE SCREEN OF DEATH APPEARS | image tagged in traumatized mr incredible,bsod,blue screen of death,windows,games,programming | made w/ Imgflip meme maker
3,285 views 11 upvotes Made by TBRHS 2 years ago in fun
Traumatized Mr. Incredible memeCaption this Meme
2 Comments
[deleted]
0 ups, 5mo
local UserInputService = game:GetService("UserInputService")
local i = 0

UserInputService.InputBegan:Connect(function(input)
while input.KeyCode == Enum.KeyCode.Space then
i = i + 1
print(i)
end
end)
0 ups, 2y
yes indeed. sometimes, when creating any type of game, your computer can get a BSOD. this happens when you have too many apps running, or for no absolute reason.
Traumatized Mr. Incredible memeCaption this Meme
Created with the Imgflip Meme Generator
IMAGE DESCRIPTION:
MAKING A GAME; SUDDENLY BLUE SCREEN OF DEATH APPEARS