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

How do I make a GUI script that finds the character in the workspace?

Asked by
Prioxis 673 Moderation Voter
10 years ago

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 answer

Log in to vote
2
Answered by
Hybric 271 Moderation Voter
10 years ago

1. Insert a ScreenGuiinto 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"]
Ad

Answer this question