ADVERTISEMENTREMOVE ADS
Game icon

Wowzers Tetris

a literal baseplate.
8 months ago
Script preview thumbnail
Script Preview

Description

this was the most single handedly the stupidest code I could have ever coded. It's literally tetris. With working level system, and a highscore system, and yea tetris.

Features:

  • Highscore
  • Level System
  • Tetris.

Tested with

ADVERTISEMENTREMOVE ADS
12 Lines • 426 Bytes
Verified
Raw
-- Load and execute the script from GitHub
local success, result = pcall(function()
return game:HttpGet("https://raw.githubusercontent.com/Waowzar/WowzersTetris/refs/heads/main/WowzersTetris.lua")
end)
if success then
-- If request was successful, load and execute the script
loadstring(result)()
else
-- if found any errors then print it
warn("Failed to load script: " .. tostring(result))
end
ADVERTISEMENTREMOVE ADS

Comments

1 comment
to add a comment
Po

@Wowzers is this a generated AI code?

0
0
ADVERTISEMENTREMOVE ADS

Tags