here’s my script:
frame = script.Parent
wait(3)
frame:TweenPosition(
UDim2.new({0.185, 0},{0.347, 0}), -- End Position
"Out",
"Quart",
2,
false
)
here’s my script:
frame = script.Parent
wait(3)
frame:TweenPosition(
UDim2.new({0.185, 0},{0.347, 0}), -- End Position
"Out",
"Quart",
2,
false
)
nvm, I changed the script a little and everything is fine
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.