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

How to easly move a frame in a gui?

Asked by 7 years ago

I was wanting to know if there was a way to easily change a frames position without having to do

frame.Postion = UDim2.new(position)
wait(.1)
frame.Postion = UDim2.new(position)
wait(.1)
frame.Postion = UDim2.new(position)
wait(.1)
frame.Postion = UDim2.new(position)
wait(.1)
frame.Postion = UDim2.new(position)

please help i need a really easy way to do it!

1 answer

Log in to vote
2
Answered by 7 years ago

TweenPosition That should show you a easy way!

0
Omg thank you soooo much, this really helps! LuaLogicl 41 — 7y
Ad

Answer this question