Methods
Method
Argument (Set)
Example
local Players = game:GetService("Players")
Players.PlayerRemoving:Connect(function(Player)
Dropdown:Remove(Player.Name)
end)Last updated
local Players = game:GetService("Players")
Players.PlayerRemoving:Connect(function(Player)
Dropdown:Remove(Player.Name)
end)Last updated