Methods
Method
Argument (Set)
Dropdown:Button(<string>)
string
Dropdown:Remove(<string>)
string
Example
local Players = game:GetService("Players")
Players.PlayerRemoving:Connect(function(Player)
Dropdown:Remove(Player.Name)
end)You will be warned if the button does not exist.
Last updated