Methods
Method
Argument (Set / Get)
Example
Last updated
Last updated
Bind.TextSize = 15print(Bind.TextSize)Bind.Visible = falseprint(Bind.Visible)Bind.State = falseprint(Bind.State)Bind.StateChanged:Connect(function(State, Func)
print(("The state of %s has been %s."):format(Func.Text, State and "enabled" or "disabled"))
end)Bind.Bind = Enum.KeyCode.ABind.Bind = "A"print(Bind.Bind)