Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do i recognize if a player is joining for the first time?

Asked by
Vxpper 101
5 years ago

I'm wanting to make a script where it makes a frame visible if a player is new, How would i go about that?

1 answer

Log in to vote
1
Answered by
chasedig1 115
5 years ago

have a boolvalue saved to a datastore called hasJoinedBefore if it is not true then show the gui, make sure this is saved in a datastore or this wont work.

0
How do i see if the player has joined before though Vxpper 101 — 5y
0
you can't, you need to have a boolvalue that turns true if it isnt true yet then show the gui chasedig1 115 — 5y
0
Could i do a PlayerAdded function? And how do i make a timer that counts down from 24 hours that includes hour minutes and seconds? If you dont know how it's okay I'm just wondering Vxpper 101 — 5y
0
i'm not sure, although you could have a thing whenever they join, although that would be abused. chasedig1 115 — 5y
View all comments (2 more)
0
Okay thank you though! Vxpper 101 — 5y
0
thank you for the reputation! :) helps a lot chasedig1 115 — 5y
Ad

Answer this question