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

how can i make a text button that opens a frame with udim2?

Asked by 4 years ago

script.Parent.MouseButton1Click:Connect(function() script.Parent.Parent.Frame:TweenPosition(UDim2.new({0.395, 0},{0.373, 0},"In,","Sine") end)

0
how can i do????????? RafaelCraft16 -15 — 4y
0
UDim2.new(0.395, 0, 0.373, 0) instead of two parts. 9mze 193 — 4y
0
yeah, remove the brackets greatneil80 2647 — 4y

Answer this question