Minecraft cursor changer

broken image
broken image
broken image

Local currentY = 1 -Saves the current Y of the cursor Local currentX = 1 -Saves the current X of the cursor If you put all this code together like this: This will draw the cursor at the current x/y, now that we got that, we need to call drawCursor() and add controls like this:Įlseif key = 31 or key = 208 then -downĮlseif key = 203 or key = 30 then -leftĮlseif key = 205 or key = 32 then -right If you wan't to make a cursor, you need tCursorPos() and some variables.

broken image