of     1   

5000fish
#140788860Friday, July 18, 2014 11:32 PM GMT

I have a GUI that you click a button and more info comes out, like a pop up GUI. It works in testing mode but NEVER works in the real game! Could somebody please help me out? I've tried everything! Link Model: http://www.roblox.com/Not-working-GUI-item?id=167084430 Thank you SO much 7/2/14,7/7/14 FOREVER CHANGED
smiley599
#140788920Friday, July 18, 2014 11:33 PM GMT

If it uses Tweening then it must be done via a local script.
5000fish
#140789016Friday, July 18, 2014 11:34 PM GMT

Maybe, but I don't know why it works in test mode but not play mode! 7/2/14,7/7/14 FOREVER CHANGED
smiley599
#140789083Friday, July 18, 2014 11:34 PM GMT

Does it use Tweening
5000fish
#140789166Friday, July 18, 2014 11:35 PM GMT

No idea what tweening is to be honest 7/2/14,7/7/14 FOREVER CHANGED
5000fish
#140789401Friday, July 18, 2014 11:37 PM GMT

Bump please 7/2/14,7/7/14 FOREVER CHANGED
smiley599
#140789559Friday, July 18, 2014 11:38 PM GMT

:TweenPosition :TweenSize Are they in it anywhere?
5000fish
#140789678Friday, July 18, 2014 11:39 PM GMT

Yes! 7/2/14,7/7/14 FOREVER CHANGED
5000fish
#140789744Friday, July 18, 2014 11:40 PM GMT

http://www.roblox.com/Not-working-GUI-item?id=167084430 The model is free btw 7/2/14,7/7/14 FOREVER CHANGED
5000fish
#140789928Friday, July 18, 2014 11:42 PM GMT

So just copy & paste the code that has tweening into a local script? 7/2/14,7/7/14 FOREVER CHANGED
smiley599
#140789973Friday, July 18, 2014 11:42 PM GMT

Post the script here
5000fish
#140790367Friday, July 18, 2014 11:46 PM GMT

softie = 1 script.Parent.WholeSoft.Frame.Options.MouseButton1Down:connect(function() if softie == 1 then softie = 2 script.Parent.WholeSoft:TweenPosition(UDim2.new(0,0,.42,0),"In","Linear",1) script.Parent.WholeSoft.Frame.Options.Text = "Close" elseif softie == 2 then softie = 1 script.Parent.WholeSoft:TweenPosition(UDim2.new(-.2,0,.42,0),"In","Linear",1) script.Parent.WholeSoft.Frame.Options.Text = "Options" end end) --LAU script.Parent.WholeSoft.LAU.MouseButton1Down:connect(function() if softie == 2 then script.Parent.LAUHehe:TweenPosition(UDim2.new(0.3,0,.2,0),"In","Linear",1) end end) --X script.Parent.LAUHehe.X.MouseButton1Down:connect(function() script.Parent.LAUHehe:TweenPosition(UDim2.new(0.3,0,-1,0),"In","Linear",1) end)
5000fish
#140791191Friday, July 18, 2014 11:53 PM GMT

Bump 7/2/14,7/7/14 FOREVER CHANGED
5000fish
#140791996Saturday, July 19, 2014 12:01 AM GMT

B1 7/2/14,7/7/14 FOREVER CHANGED
5000fish
#140795002Saturday, July 19, 2014 12:33 AM GMT

BURMP 7/2/14,7/7/14 FOREVER CHANGED
5000fish
#140801054Saturday, July 19, 2014 1:36 AM GMT

bumpp 7/2/14,7/7/14 FOREVER CHANGED
smiley599
#140828748Saturday, July 19, 2014 7:06 AM GMT

Yep. Put it in a local script.
5000fish
#140848956Saturday, July 19, 2014 3:41 PM GMT

Ok thanks a BILLION 7/2/14,7/7/14 FOREVER CHANGED

    of     1