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

How to make a frame to tweenposition infinitely? [closed]

Asked by
AxeI_cALT -78
4 years ago

How to make a frame to tweenposition infinitely and when the tween is done it will go to the old position and tweenposition again and again?

0
WHILE LOOPS. Dovydas1118 1495 — 4y
0
Here ya go mate! Give this a thumbs up if it works while true do playergui.PlusCoins.Win:TweenPosition(UDim2.new(0.256, 0,0.225, 0),"Out","Quad", 0.5) wait(1.5) playergui.PlusCoins.Win:TweenPosition(UDim2.new(0.256, 0,-0.225, 0),"In","Quad", 0.5) end BMWLux 0 — 4y

Closed as Not Constructive by JesseSong

This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.

Why was this question closed?