Create
Make a Meme
Make a GIF
Make a Chart
Make a Demotivational
does this actually happen
share
3,285 views
•
11 upvotes
•
Made by
TBRHS
2 years ago
in
fun
traumatized mr incredible
bsod
blue screen of death
windows
games
programming
Caption this Meme
Add Meme
Add Image
Post Comment
Best first
Best first
Latest first
Oldest first
2 Comments
reply
[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)
reply
salty.
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.
Show More Comments
Caption this Meme
Created with the Imgflip
Meme Generator
IMAGE DESCRIPTION:
MAKING A GAME; SUDDENLY BLUE SCREEN OF DEATH APPEARS