Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
arxkdev committed Nov 27, 2024
1 parent 9f63b56 commit 4f2c886
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ local GemOpts = {
Transparency = 0.25,
Color = Color3.fromRGB(0, 162, 255)
},

Font = {Color = Color3.fromRGB(255, 255, 255)},
Bold = true,
};
}

local TextOps = {
Font = {Color = Color3.fromRGB(255, 255, 255)},
}
Expand All @@ -45,10 +46,10 @@ local Options = {
Transparency = 0.25,
Color = Color3.fromRGB(0, 162, 255)
},

Font = {Color = Color3.fromRGB(255, 255, 255)},
Bold = true,
};
}
```

Set the options to the Richify function (make sure to keep elements/tags first in the options and attributes, nested)
Expand Down

0 comments on commit 4f2c886

Please sign in to comment.