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

can a local script access player StarterGear?

Asked by 6 years ago

question in title. (I want to know if it can Destroy() items from their StarterGear)

0
A localscript can only access the StarterGear of their respective client. RubenKan 3615 — 6y
0
yes it can greatneil80 2647 — 6y

1 answer

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

Yes, it CAN access starterPack (and respectively starterGUI) but it will not replicate when the game is FE. If this is your case, just use a remoteEvent to fire when you want to delete (or add) a item into the starterPack

Ad

Answer this question