Buttons
...and how to use them
You need to specify these 3 variables: Text, Icon, RBXAsset.
In order to create a button, you need to use this function:
CatWebModifier.new({
Text = "" -- text
Icon = "" -- your icon id
RBXAsset = true -- if the icon is a rbxasset (rbxasset://textures/Debugger/Breakpoints/client.png)
})
Last updated