I'm designing a inventory system but I need it to connect to the characters workspace so I can click a gui and enable a NumberValue inside the workspace character
1. Insert a ScreenGui
into StarterGui
2. Insert a Frame
into ScreenGui
3. Insert a TextButton
into the Frame
4. Now below will be the Fragment you want on how from a Gui to Detect a player's Body parts, using my GUI intructions:
script.Parent.Parent.Parent.Parent.Parent.Character["Head"] script.Parent.Parent.Parent.Parent.Parent.Character["Torso"] script.Parent.Parent.Parent.Parent.Parent.Character["Left Arm"] script.Parent.Parent.Parent.Parent.Parent.Character["Right Arm"] script.Parent.Parent.Parent.Parent.Parent.Character["Left Leg"] script.Parent.Parent.Parent.Parent.Parent.Character["Right Leg"]