there is one thing that i m stuck at
this is the code
I want to put a word with out delay, then make another word appear after like 2 second but cant figure it out =(Code:blue=Color.new(0,153,225)
screen:print(200, 100, "Hello!", blue)
screen:flip()
screen.waitVblankStart(30)
screen:print(200, 50, "Hello!", blue)
screen:flip()
while true do
screen.waitVblankStart()
end
if i put screen:flip() 2 times, it will disable the 1st word and make the other one appear
Please Help!
Laught if you think this is noobish(I dont care) I m new using this :icon_surp but not new at making hacks for pc games
