Tweensizeandposition Roblox

[Solved] Tweensizeandposition Roblox | Lua - Code Explorer | yomemimo.com
Question : tween size and position roblox udim2

Answered by : yes-07qc2yugosuh

local frame = -- put whever ur frame is
-- unbelievable how grepper doesnt have lua
frame:TweenSizeAndPosition(	UDim2.new(SIZE), -- tween size UDim2.new(POSITION), -- tween position Enum.EasingDirection.Out, -- easing direction Enum.EasingStyle.Quad, -- easing style 3, -- time false, -- override already tweening position/size nil -- call a function when tweening is done?
)

Source : | Last Update : Wed, 23 Dec 20

Question : tweensizeandposition roblox

Answered by : jealous-jaguar-nikzuqfkdayd

local frame = script.Parent
frame:TweenSizeAndPosition(	Size : UDim2.new(0, 0, 0 0), Position : UDim2.new(0, 0, 0 0), EasingDirection : "Out", EasingStyle : "Linear", Tween Duration : 1,	Override tween : true callback Function : foo
)

Source : | Last Update : Sat, 10 Oct 20

Answers related to tweensizeandposition roblox

Code Explorer Popular Question For Lua