#Scripting GUI problems

25 messages · Page 1 of 1 (latest)

violet hornet
#

these issues have been going on for a long time.

my first issue is that when i first open my main gui which is the gui asking "where would you like to go?" the text is supposed to animate in, it does, but the problem is that the text animates in twice when it shouldn't. it only does this when i first open the gui, closing and reopening it for some reason doesnt cause it to animate twice.

the second issue is that the button on the main gui will not open the second gui, which is supposed to be the teleport gui having the buttons for the places to travel.

picture below of the first gui.

#

the second issue which requires the first main issue to be fixed is that when it did open the teleport gui before, i couldn't get any script to work that would close the first gui whenever the second one opened.

the second gui also would not open again once it was closed out, for some reason this issue doesnt happen with the first gui, i can open it as many times as i want

#

this is the second gui (partially unfinished)

slate orbit
#

Could you maybe share some code with us?

violet hornet
#

sending pics of scripts rn

violet hornet
#

here is the script for the main GUI to open it

#

the text on the first gui that keeps animating twice when i first open it

#

the text on the second gui that won't animate in at all

#

i believe this is the script to open the teleport gui

#

actually, i believe i tried two scripts to open the teleport gui when it broke

#

this is the other script i think i tried

#

it's under the text button

#

the other one is here

vagrant bramble
violet hornet
#

Well there is the first text script, that may be why it animates twice actually

vagrant bramble
#

do local Label

violet hornet
#

Oh

#

Ty

#

I'll see if that works when I get to it

vagrant bramble
#

does it work now?

vagrant bramble
violet hornet
#

that code didn't seem to work, i'm not sure why, i'm also a bit cofused about the local label thing, the scripts i used are local scripts

violet hornet
#

now that i just opened the teleport gui it's animating fine, and all of the buttons work, so i think my only script issues now are the fact that the first gui isnt opening the teleport gui and that the first gui won't close when the teleport one opens

#

idk what broke the teleport gui, it was working fine before