General purpose modules for Roblox development. [Read-only Codeberg mirror]
1{
2 "className": "TextButton",
3 "properties": {
4 "AnchorPoint": [0.5, 1],
5 "BackgroundColor3": [1, 1, 1],
6 "BorderColor3": [0, 0, 0],
7 "BorderSizePixel": 0,
8 "FontFace": {
9 "family": "rbxasset://fonts/families/SourceSansPro.json",
10 "weight": "Regular",
11 "style": "Normal",
12 "cachedFaceId": null
13 },
14 "Position": [[0.5, 0.0], [0.0, 0.0]],
15 "Size": [[0.0, 200.0], [0.0, 50.0]],
16 "Text": "Transform",
17 "TextColor3": [0, 0, 0],
18 "TextSize": 14
19 }
20}