I’ve been trying to trouble shoot this problem for 2 hours now and I don’t know what I’m doing wrong, I’ve literally copy and pasted every example code snippet into my program to get it to work. Please, does anyone have any ideas what I’m doing wrong? I’m unsure if I’ve ever had the timer working correctly for me.
local function removeStuff( event )
MainGuy.isVisible = false
end
timer.performWithDelay(5000, removeStuff)
Honestly… it can’t get any simpler than this, and I’ve tried putting my event function everywhere in my program and also making it local and global, its so frustrating.
Thanks guys in advance. [import]uid: 215209 topic_id: 36267 reply_id: 336267[/import]