

It's simple and easy

HUDImage = image("destination", 550, 350, 2) --imagescale(HUDImage, 130,28) imagealpha(HUDImage, 1) addhook("startround","sta") function sta() HUDImage = image("destination", 550, 350, 2) --imagescale(HUDImage, 130,28) imagealpha(HUDImage, 0.9) end