7/10 — Would cheese again, but bring a Lua manual.
-- Spawn a wooden plank at coordinates (300, 400) plank = spawn("plank", 300, 400) -- Make it rotate slowly setAngle(plank, 45) -- Add a ghost mouse to help guide players spawn("ghost", 350, 420)
Have fun exploring the world of Transformice and creating your own projects with the API!
: Shaman and Lua controls can have a steep learning curve .
const ws = new WebSocket('wss://transformice.com/game');