Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

how do i call the players inventory/backpack?

Asked by 6 years ago

????????????????????????????????????????????????????????????

0
This is not a request site, but I don't want to be mean and moderate your question because you're new. hiimgoodpack 2009 — 6y

1 answer

Log in to vote
2
Answered by 6 years ago
Edited 6 years ago

Insert a LocalScript and then put the following variables in:

local Player = game.Players.LocalPlayer

local PlayerPack = Player:WaitForChild("Backpack")
0
Tell him that the local script should be in playergui or starterplayer or starterpack saSlol2436 716 — 6y
Ad

Answer this question