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

Basic Admin Recently left command?

Asked by
qu_uo 0
3 years ago

Please include the code which you are trying to use, so the community will be better-equipped to help you with your problem.

Hello, I am trying to make a recently left command that shows users that recently left

I'd like if someone could help me doing that thanks!!!!!!

1 answer

Log in to vote
0
Answered by 3 years ago

Hi! You can make a GUI in StarterGUI that displays the players that have left. By using the game.Players.PlayerAdded:Connect(function(player) end) you can detect which player has left and then display it in the GUI. I recommend checking out these websites for help:

https://developer.roblox.com/en-us/api-reference/event/Players/PlayerRemoving

https://developer.roblox.com/en-us/articles/Intro-to-GUIs

Or you can also check on Youtube

Ad

Answer this question