Reference API Roblox

Engine API

Website

Related

Reference API Roblox

ButtonStyle

Used by GuiButton.Style to set a special hardcoded appearance.

Items 6

HistoryNameValueDescription
47Custom0

The button will respect the GuiObject.BorderColor3 and GuiObject.BackgroundColor3 properties.

47RobloxButtonDefault1

A black background with a red border, and rounded corners.

47RobloxButton2

A black background with a grey border, and rounded corners.

163RobloxRoundButton3

A grey background with rounded corners, and a slight drop shadow.

163RobloxRoundDefaultButton4

A blue background with rounded corners, and a slight drop shadow.

163RobloxRoundDropdownButton5

A white background with a thin grey border, rounded corners, and a slight drop shadow.

Description

Used by GuiButton.Style to set a special hardcoded appearance.

These should generally be avoided in favor of setting other appearance properties, but they can be useful for wireframing.

Despite the Roblox naming, these are not used by any official Roblox UI.

History 7

Settings