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!!!!!!
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