|
| 12 Feb 2013 07:46 PM |
So the script goes in a holo training base. Whenever a trainer loads a program, the GUI is supposed to tween in from the top and announce the program is loaded.
I've tried everything to fix it, but it's not working. Some help?
Here's the function that is giving me trouble:
function makeGui(text,time) textval.Text = text wait() bg:TweenPosition(UDim2.new(0.200000018, 60, 0, 0), "Out", "Quad", 1, true) mframe:TweenPosition(UDim2.new(0.400000006, -40, 0, 30), "Out", "Quad", 1, true) wait(time) removeGui() end
THE C&G nobody |
|
|
| Report Abuse |
|
|
| 12 Feb 2013 08:07 PM |
| Oi, could you give an error please? |
|
|
| Report Abuse |
|
|
| 14 Feb 2013 03:08 PM |
That's the problem.
I don't get any errors, but it doesn't work.
THE C&G nobody |
|
|
| Report Abuse |
|
|
| 14 Feb 2013 03:15 PM |
Didn't really expect much help; there isn't much to go on.
Sorry for bugging y'all.
THE C&G nobody |
|
|
| Report Abuse |
|