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

Transition that goes down for 3 seconds and then goes up doesn't work? [closed]

Asked by 6 years ago

Hi. So my transition script is pretty broken. If anyone can help me i would be very grateful. Thanks :)

if game.ReplicatedStorage.Variables.GameStarted.Value == true then
    script.Parent:TweenSize(UDim2.new(1,0,1,0))
    wait(3)
    script.Parent:TweenSize(UDim2.new(1,0,0,0))
end

0
There is something called the wiki which tells you what the parameters should be. hiimgoodpack 2009 — 6y
0
You could help us(and avoid moderation) by telling us HOW it is broken. lukeb50 631 — 6y

Closed as Non-Descriptive by hiimgoodpack, lukeb50, TrippyV, and Void_Frost

This question has been closed because its title or content does not adequately describe the problem you are trying to solve.
Please ensure that your question pertains to your actual problem, rather than your attempted solution. That is, you were trying to solve problem X, and you thought solution Y would work, but instead of asking about X when you ran into trouble, you asked about Y.

Why was this question closed?