We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da853ff commit 9d69f5eCopy full SHA for 9d69f5e
docs/joy.md
@@ -7,7 +7,7 @@ local JoyUI = loadstring(game:HttpGet("https://raw.githubusercontent.com/klashde
7
8
Make a window. It's reccomended to only have 1 window atm cuz making draggable scrollable frames sucks
9
```lua
10
-local Window = JoyUI.createWindow({
+local Window = JoyUI:createWindow({
11
title = "My Script"
12
})
13
```
0 commit comments