|
| 11 Apr 2015 12:59 AM |
When I test this in studio, it works, however once I switch a server, the gui does not tween. The print statements print while testing, so it clearly makes it past line 3. Any help would be appreciated.
gui.AncestryChanged:connect(function(child, parent) print(1) master:TweenPosition(UDim2.new(0.5, 0, 0.42, 0), 'In', 'Quint', 1) wait(5) print(2) for i = 0,1.1,0.1 do master.Transparency = i frame.Transparency = i seperator.Transparency = i message.TextTransparency = i speaker.TextTransparency = i wait() end -- master:TweenPosition(UDim2.new(1.5, 0, 0.5, 0), 'Out', 'Quint', 0.5) wait(1) gui:Destroy() end) |
|
|
| Report Abuse |
|
|
TimeTicks
|
  |
| Joined: 27 Apr 2011 |
| Total Posts: 27115 |
|
|
| 11 Apr 2015 01:01 AM |
| local script or server script |
|
|
| Report Abuse |
|
|
| |
|
iiEssence
|
  |
| Joined: 18 Jun 2014 |
| Total Posts: 3467 |
|
|
| 11 Apr 2015 01:03 AM |
| what did you define master as |
|
|
| Report Abuse |
|
|
|
| 11 Apr 2015 01:05 AM |
local master = script.Parent
and master holds everything else in it |
|
|
| Report Abuse |
|
|
iiEssence
|
  |
| Joined: 18 Jun 2014 |
| Total Posts: 3467 |
|
|
| 11 Apr 2015 01:09 AM |
| Any output? Looks fine to me |
|
|
| Report Abuse |
|
|
|
| 11 Apr 2015 01:11 AM |
| No output. It looks fine to me too, which is why I posted here, haha |
|
|
| Report Abuse |
|
|
iiEssence
|
  |
| Joined: 18 Jun 2014 |
| Total Posts: 3467 |
|
| |
|
| |
|
|
| 11 Apr 2015 03:36 AM |
| Is this the full script? If it isnt can you post the full script? |
|
|
| Report Abuse |
|
|
|
| 11 Apr 2015 03:37 AM |
| oh unless its part of a big script, just with all the variables being defined and stuff |
|
|
| Report Abuse |
|
|