tpt.drawtext()tpt.register_step().tpt.drawtext("100","100","text")function textdraw()
tpt.drawtext("100","100","example text")
end
tpt.register_step(textdraw)MasterMind555:
You should the basics of programming before starting to make lua scripts, if you don't have those basics, google Lua tutorials.