#i need help with text appearing
1 messages · Page 1 of 1 (latest)
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
Check if the page's parent is nil
i checked in output and it doesnt say anything so i dont know
i'm a noob coder if you couldn't tell lol
You're changing StarterGui. That's a template not the actual GUI of the player.
Grab the PlayerGui of the player in the MouseClick connection and modify the gui from that
Destroying the parent the script is attached to might also break it, also startergui issue like moontune said
script nukes itself before doing any actual logic lol
Oooo good catches
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?