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

[UDim2] Poisition: Help Please? :D

Asked by 10 years ago

Please make your question title relevant to your question content. It should be a one-sentence summary in question form.

I guess Im not getting this and is there a way to add position? :D

while true do
    script.Parent.Position = UDim2.new(0, 1190,0, 602)
    wait()
    script.Parent.Position = UDim2.new(0, 1180,0, 602)

end
0
Don't use Offset like that! This won't work on different monitors, at all! BlueTaslem 18071 — 10y

1 answer

Log in to vote
-1
Answered by 10 years ago

Click on the link below. VVVVVVVVVV

http://wiki.roblox.com/index.php?title=Tweening

Ad

Answer this question