I am litterly about to give up on this script. Can someone help me please? Its about tweening
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
04 | 04 local Tween = game:GetService( "TweenService" ) |
07 | 07 local SideBar = script.Parent:WaitForChild( "SideBar" ) |
08 | 08 local PlayBtn = SideBar:WaitForChild( "Play" ) |
09 | 09 local CreditsBtn = SideBar:WaitForChild( "Credits" ) |
10 | 10 local Title = SideBar:WaitForChild( "Title" ) |
14 | 14 TweenInfo.new( 0.4 ,Enum.EasingStyle.Quad,Enum.EasingDirection.Out, 0 , false , 0 ), |
15 | 15 { Position = UDim 2. new( 0 , 0 , 0 , 0 ) } |
I have tried what other ppl said abut my script, but it still does not work sooooooooo please help