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

I am litterly about to give up on this script. Can someone help me please? Its about tweening

Asked by 3 years ago

So I have asked two questions about this script and while both were correct and corrected the script, the script still does not work. Please help

0101  wait(5)
0202  
0303  --services
0404  local Tween = game:GetService("TweenService")
0505  
0606  --Variables
0707  local SideBar = script.Parent:WaitForChild("SideBar")
0808  local PlayBtn = SideBar:WaitForChild("Play")
0909  local CreditsBtn = SideBar:WaitForChild("Credits")
1010  local Title = SideBar:WaitForChild("Title")
1111  
1212  Tween:Create(
1313      SideBar,
1414      TweenInfo.new(0.4,Enum.EasingStyle.Quad,Enum.EasingDirection.Out,0,false,0),
1515      {Position = UDim2.new(0,0,0,0)}
1616  ):Play()

I have tried what other ppl said abut my script, but it still does not work sooooooooo please help

Answer this question