|
| 21 Mar 2014 10:39 PM |
| Is there a way to select, inside of a player, their arms,legs, and/or torso inside a script? |
|
|
| Report Abuse |
|
|
|
| 21 Mar 2014 10:42 PM |
You mean like: game.Players.LocalPlayer.Character['Left Arm'] game.Players.LocalPlayer.Character['Right Leg']
or do you mean unlocking them so you can select them in roblox studio? |
|
|
| Report Abuse |
|
|
|
| 21 Mar 2014 10:44 PM |
| No what you put was fine, thank you. But out of curiosity how would you unlock them in roblox studio it might help me later. |
|
|
| Report Abuse |
|
|
robocu3
|
  |
| Joined: 13 Mar 2009 |
| Total Posts: 6485 |
|
|
| 21 Mar 2014 10:44 PM |
i'ma single lady i'ma single lady ...is it i'ma single lady or all the single ladies? o.o -=Robo=- |
|
|
| Report Abuse |
|
|
|
| 21 Mar 2014 10:47 PM |
| Use Test Solo? Select the Locked property of the arms/legs? |
|
|
| Report Abuse |
|
|
|
| 21 Mar 2014 10:48 PM |
| If you navigate to the part you want to be able to select in the explorer window, they have a property called 'Locked' set this to false, and you will be able to select them like normal. |
|
|
| Report Abuse |
|
|
|
| 21 Mar 2014 10:50 PM |
| I meant in a script, robo you are of no help you are not needed here. |
|
|
| Report Abuse |
|
|
|
| 21 Mar 2014 10:52 PM |
You mean: game.Players.Player1.Character['Right Leg'].Locked = false
Or, am i misunderstanding you again? |
|
|
| Report Abuse |
|
|
| |
|
|
| 21 Mar 2014 10:59 PM |
| Wait actually when I tried to use LocalPlayer.Character['Left Arm'] it says a string is expected. |
|
|
| Report Abuse |
|
|
|
| 21 Mar 2014 11:16 PM |
That example was for localscripts(Since LocalPlayer can only be indexed while using a local script), Also to use localplayer you would do: game.Players.LocalPlayer.Character['Right Arm']
If you want to use a normal script you can do: game.Players[PLAYERNAME].Character['Right Arm'] |
|
|
| Report Abuse |
|
|
|
| 22 Mar 2014 02:19 PM |
| Ok that's what I thought, it had something with it not being in a scope, thanks for your help. |
|
|
| Report Abuse |
|
|