We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bca4f63 commit 3679046Copy full SHA for 3679046
content/en-us/reference/engine/classes/Backpack.yaml
@@ -29,6 +29,8 @@ description: |
29
The Backpack can be accessed from both the client and the server.
30
31
```lua
32
+ local Players = game:GetService("Players")
33
+
34
-- Accessing Backpack from a Server Script:
35
game:GetSerivce("Players").PlayerName.Backpack
36
0 commit comments