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.

oml i misspelled the docs

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

+1 -1
+1 -1
Docs/TextTransform.md
··· 51 51 52 52 ### `InsertLetter` 53 53 54 - `InsertLetter(frame: Frame, letter: string, index: number)` → `Frame` 54 + `InsertLetter(listFrame: Frame, letter: string, index: number)` → `Frame` 55 55 56 56 Inserts a new letter (`Frame`) into the `listFrame` at the specified index. 57 57 Adjusts `LayoutOrder` of subsequent letters.