|
| 29 Dec 2013 12:09 AM |
This is how I assume it to be:
(Playername) ..Head ..Torso ..LeftLeg ..LeftArm ..RightLeg ..RightArm
But when I mention, "LeftLeg" it doesn't understand; What is the real name for the different legs and arms? |
|
|
| Report Abuse |
|
|
lolb3
|
  |
| Joined: 16 Jan 2010 |
| Total Posts: 2268 |
|
|
| 29 Dec 2013 12:10 AM |
| ["Left Arm"] ["Left Leg"] etc |
|
|
| Report Abuse |
|
|
|
| 29 Dec 2013 12:17 AM |
@lol
Oh, so I was right? I just needed the space in between the two words? *Face-palm*
|
|
|
| Report Abuse |
|
|
|
| 29 Dec 2013 12:18 AM |
| No, you weren't right because you need a space. |
|
|
| Report Abuse |
|
|
|
| 29 Dec 2013 12:20 AM |
| It's saying that "Left Leg" isn't a part.. just like it said "LeftLeg" isn't a part.. |
|
|
| Report Abuse |
|
|
|
| 29 Dec 2013 12:26 AM |
| Because your doing something wrong. Post your code |
|
|
| Report Abuse |
|
|
|
| 29 Dec 2013 12:27 AM |
@josh
game.Workspace.EgoRenascitur.Left Leg.Transparency = 0.5
Yes, it does say my name... it's not meant for any humanoid, only me. |
|
|
| Report Abuse |
|
|
|
| 29 Dec 2013 12:31 AM |
game.Workspace.EgoRenascitur['Left Leg'].Transparency = 0.5 Since it has a space Lua reads it wrong, so just put brackets like I did. |
|
|
| Report Abuse |
|
|
|
| 29 Dec 2013 12:35 AM |
@Josh
Ah, I see. Thank you for your help Josh.
[Thread resolved.]
-Renas... |
|
|
| Report Abuse |
|
|
|
| 29 Dec 2013 12:40 AM |
I assume you're doing it inside a script so here is the code to make my left arm transparent, note there's no fullstop after cainsuper3.
game.Workspace.cainsuper3["Left Arm"].Transparency=0.5 |
|
|
| Report Abuse |
|
|