Help with simple Gui script

person who helps me gets solution 100% guaranteed

i want to make a gui show when you reach the next checkpoint (so when leaderstats increases) and ive made the gui but i dont know how to make it do this

i just need the gui to show for like 5 seconds then go away after leaderstats increases so how can i do this?

Can you give more details on how the UI looks? The easiest way to approach this is to create a part.Touched event that listens to whenever the player reaches the next checkpoint and send a signal to the client using a remote event to tween in and out the UI

1 Like

its as textlabel in startergui and i want it to be visible when leaderstats value goes up and then invisible after like 5 seconds

also can you show me how to do this

1 Like

when the checkpoint is touched, make the change the text of the gui and and make it visible then you can task.wait(5) and then make it unvisible