Actoz
|
  |
| Joined: 28 Apr 2011 |
| Total Posts: 2745 |
|
|
| 08 Jul 2011 04:18 AM |
| I am working on GUIs how do you get from the players folder to the players actual body...? |
|
|
| Report Abuse |
|
|
zeke505
|
  |
| Joined: 26 May 2008 |
| Total Posts: 15765 |
|
| |
|
juriaan
|
  |
| Joined: 25 Nov 2008 |
| Total Posts: 939 |
|
|
| 08 Jul 2011 06:56 AM |
Just use the next
-- Players --- Player ---- PlayerGui -----ScreenGUI ------Frame -------Button --------Script
l = script.Parent.Parent.Parent.Parent.Parent
l.Character.Torso:remove() Will remove the Character with inside the GUI
for a Reset for Example: script.Parent.MouseButton1Down:connect(function() l = script.Parent.Parent.Parent.Parent.Parent l.Character.Head:remove() end)
Juriaan |
|
|
| Report Abuse |
|
|