#i need help with text appearing

1 messages · Page 1 of 1 (latest)

austere iris
#

ive done everything right, the page disappears when you click on it, like you grab it, ive set the text transparency to 1 so naturally it should set the transparency to 0 right? but it doesnt, im thinking i might need to add some kind of new function but im too unskilled to know

#

i just need to figure out how to have the code detect when the page is destroyed so i can have do something along the lines of, if pageDestroyed then Text.TextTransparency = 0

low island
austere iris
#

i'm a noob coder if you couldn't tell lol

half bramble
vapid sorrel
#

Destroying the parent the script is attached to might also break it, also startergui issue like moontune said

abstract gate
#

script nukes itself before doing any actual logic lol

half bramble
#

Oooo good catches

austere iris
#

What exactly I wrote the script to identify the players gui

Should I write an if statement of if page gets destroyed then text transparency = 0?