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 3679046 commit 6f95357Copy full SHA for 6f95357
content/en-us/reference/engine/classes/Backpack.yaml
@@ -32,7 +32,7 @@ description: |
32
local Players = game:GetService("Players")
33
34
-- Accessing Backpack from a Server Script:
35
- game:GetSerivce("Players").PlayerName.Backpack
+ local backpack = Players.PlayerName.Backpack
36
37
-- Accessing Backpack from a LocalScript:
38
game:GetSerivce("Players").LocalPlayer.Backpack
0 commit comments