Would Yandere Dev hire me?

Perfect! I’ll combine this with the 10 loops of while true do’s that are all inside each other (with no wait()s ofc)!

I’ll let you know how it goes! :slight_smile:

2 Likes

why has this turned into a meme thread lol

memeland 222.1 but on code review instead of dev discussion

2 Likes

This worked perfectly! I think I’m going to name it C̶r̶i̶m̶e̶ a̶g̶a̶i̶n̶s̶t̶ h̶u̶m̶a̶n̶i̶t̶y̶ Ultra optimizer 10,000.

It works so well that my pc was exploding with happiness :slight_smile:

1 Like

sorry for the post, just wanted to point out a very optimized version of this script that is only 9 lines long and works perfectly fine

uis.InputBegan:Connect(function(input, gameProcessed)
	if input.UserInputType == Enum.UserInputType.Keyboard and not gameProcessed then
		if tonumber(uis:GetStringForKeyCode(input.KeyCode.Value)) ~= nil then
			currentslot = tonumber(uis:GetStringForKeyCode(input.KeyCode.Value))
		else
			print("Other key pressed: " .. tostring(input.KeyCode))
		end
	end
end)
1 Like

You’d get hired to code Undertale

1 Like