Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

how would i make an imagelabel bounce around in a surfacegui?

Asked by 5 years ago
Edited 5 years ago

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

0
did you try changing its position with a script? orangebuddycrash 57 — 5y
0
Tweening, changing position over and over? NewGPU 36 — 5y

2 answers

Log in to vote
0
Answered by
NewGPU 36
5 years ago

Animate/Tween it.

Information aka Wiki

Ad
Log in to vote
0
Answered by
Miniller 562 Moderation Voter
5 years ago

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.

Answer this question