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

when the item you are holding leaves the backpack, where does it go?

Asked by 6 years ago

i noticed that when you hold an item it leaves the player backpack. Where does it go?

0
Into the Player themselves TayLife12 69 — 6y

3 answers

Log in to vote
0
Answered by 6 years ago

It goes under their Player module under Workspace. To get to it, do

game.Players.LocalPlayer.Character:FindFirstChild('insert tool name here')
Ad
Log in to vote
0
Answered by 6 years ago

Into the Player themselves

0
Yes, but what folder? Is it just where leaderstats would be stored? 0HappyManDudeguy0 15 — 6y
Log in to vote
0
Answered by 6 years ago

The tool goes into the Character which is in Workspace.

There are two manifestations of the person when they join a game. The player and the character. The player is the "digital" manifestation while the character is physical. So your hats, etc. It is in the Workspace.

The tool goes into the Character.

Answer this question