409 B
409 B
setBackgroundSymbol
Description
Changes the symbol in the background, default is "\127"
Parameters
stringsymbol
Return
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" />