General purpose modules for Roblox development. [Read-only Codeberg mirror]
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix link

Signed-off-by: ClaytonTDM <claytontdm@gmail.com>

+2 -3
+1 -2
.markdownlint.json
··· 1 1 { 2 - "MD024": false, 3 - "MD051": false 2 + "MD024": false 4 3 }
+1 -1
Docs/TextTransform.md
··· 31 31 `CreateFrameFromLabel(labelTemplate: TextLabel)` → `Frame` 32 32 33 33 Creates a `Frame` from a `TextLabel` for easy manipulation of letters. 34 - Intended to be used with [`InsertLetter`](#InsertLetter). 34 + Intended to be used with [`InsertLetter`](#insertletter). 35 35 36 36 #### Parameters 37 37