Hello, I've got this pacman script, and I want to change so the tiles been pressed down when you walk on them! ;/ -- Pacman script: Controller [TGY]
pressedTiles = {}
gameStarted = false
dif = 1
local function pacmanCounter(text, start, col, dif)
if start then
gameStarted = true...