Simple Jenga Script Apr 2026

-- Optional: add a small wait to see if tower stands task.wait(0.2)

-- Simulate "pull" – destroy the block block:Destroy() Simple Jenga Script

-- Switch turns currentPlayer = (currentPlayer == "Player1" and "Player2") or "Player1" return true end -- Optional: add a small wait to see if tower stands task