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

can someone help on this gui problem?

Asked by 8 years ago

I want the frame to move across the left screen and stay straight because the one i made goes down instead of across.

BoxFrame:TweenPosition(UDim2.new(0, 2, 3, 2), Enum.EasingDirection.In, Enum.EasingStyle.Quart, 0.5, false)

1 answer

Log in to vote
0
Answered by
Pyrondon 2089 Game Jam Winner Moderation Voter Community Moderator
8 years ago

This question needs more context, so here's the best answer I could provide without it.

BoxFrame:TweenPosition(UDim2.new(-3, 2, 0, 2), Enum.EasingDirection.In, Enum.EasingStyle.Quart, 0.5, false)
0
It kinda went up, is it possible to make it just go straight without going up or down? If so please help? but its okay if you cant. UltraUnitMode 419 — 8y
0
Add more context to the question. Is this the only part of the script? Pyrondon 2089 — 8y
Ad

Answer this question