Help with Drawing

Hi! I need help with this: How can I make a parameter.action() draw objects? So if I press the parameter, then it will draw objects. Im working on a new game, I will post the code if you need it.

@LL_Phoenix456

parameter.action("Draw", DrawSomething)

function DrawSomething()
  --your drawing code goes here
end

Thanks, I thought so.

It flickers, how can I fix that?

Solved. I forgot to add backingMode(), I’m an idiot. Thanks for the help, @Ignatz !