393 B
393 B
setBackgroundSymbol
Changes the symbol in the background, default is "\127"
Parameters:
stringsymbol
Returns:
objectThe object in use
Usage:
- Creates a new scrollbar and changes the background symbol to X
local main = basalt.createFrame()
local scrollbar = main:addScrollbar():setBackgroundSymbol("X")
<scrollbar backgroundSymbol="X" />