looking to build one of those "WhEn WiLl ThE dVd LoGo HiT THe CoRNer" games and the imagelabel would bounce around basically infinitely
i really have no good grasp of any gui movement scripts, if you could help me then it would be very epic. thanks in advance
There is a function, TweenPosition, and it's definitely for this. With this function you can move objects in a gui (e.g a Frame, or an ImageLabel) like they are animated. So in one sentence: You can move around GuiObjects smoothly.