|
| 11 Jul 2014 04:35 PM |
There's no output. It should slide them all out of view.
Team = script.Parent.Parent.Team Credits = script.Parent.Parent.Credits Start = script.Parent.Parent.Start
function Clicked() script.Sound:Play() Start:TweenPosition(UDim2.new(0, -400, 0, 0), "Out", "Quad", .25) wait(.25) Team:TweenPosition(UDim2.new(0, -400, 0, 100), "Out", "Quad", .25) wait(.25) Credits:TweenPosition(UDim2.new(0, -400, 0, 200), "Out", "Quad", .25) Team.Visible = false Credits.Visible = false Start.Visible = false end Start.MouseButton1Down:connect(Clicked)
|
|
|
| Report Abuse |
|
|
|
| 11 Jul 2014 04:36 PM |
Yes, it's in a localscript.
My other tween scripts are working. |
|
|
| Report Abuse |
|
|
LuaSlayer
|
  |
| Joined: 09 Jul 2014 |
| Total Posts: 38 |
|
|
| 11 Jul 2014 04:37 PM |
Add repeat wait() until
Sometimes scripts load faster than models |
|
|
| Report Abuse |
|
|
|
| 11 Jul 2014 04:39 PM |
where should i add it. lel
Caaaactus. |
|
|
| Report Abuse |
|
|
LuaSlayer
|
  |
| Joined: 09 Jul 2014 |
| Total Posts: 38 |
|
|
| 11 Jul 2014 04:41 PM |
the top:
repeat wait() until script.Parent.Parent.Team repeat wait() until script.Parent.Parent.Credits repeat wait() until script.Parent.Parent.Start |
|
|
| Report Abuse |
|
|
|
| 11 Jul 2014 04:43 PM |
| didn't do anything to fix the problem. lel |
|
|
| Report Abuse |
|
|
|
| 11 Jul 2014 04:44 PM |
| When I click, it makes the noise it makes when you begin hovering over the GUI. |
|
|
| Report Abuse |
|
|
LuaSlayer
|
  |
| Joined: 09 Jul 2014 |
| Total Posts: 38 |
|
|
| 11 Jul 2014 04:47 PM |
Check capitals
ALSO ALWAYS CHECK IF THERE ARE NO SPACES IN YOUR GUI'S! IT'S CURSED! |
|
|
| Report Abuse |
|
|
|
| 11 Jul 2014 04:54 PM |
| ope, i fixed it. For some reason, a different script was screwing around with it. I don't know why, but I fixed that script, now it works. |
|
|
| Report Abuse |
|
|