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

Can Backpack be accessed with ServerScripts with FE?

Asked by
1GlF 42
5 years ago

Just asking to be sure.

0
yes Vulkarin 581 — 5y

2 answers

Log in to vote
0
Answered by
Launderer 343 Moderation Voter
5 years ago

Uh, yea.

Ad
Log in to vote
0
Answered by
CPF2 406 Moderation Voter
5 years ago

Yes, you can index a Player's Backpack in FE

example (just to make sure this is what you mean):

if plr.Backpack:FindFirstChild('Gun') then
    plr.Backpack:FindFirstChild('Gun'):Destroy()
end

Answer this question