gui animation code example
Example 1: gui animation
script.Parent:TweenPosition(UDim2.new(0.5, 0, 0.5, 0))
Example 2: gui animation
object:TweenPosition(UDim2.new(0.5, 0, 0.5, 0))
Example 3: gui animation
script.Parent:TweenPosition(UDim2.new(0.5, 0, 0.5, 0))