riley8
|
  |
| Joined: 16 Mar 2008 |
| Total Posts: 1630 |
|
|
| 09 Feb 2013 04:06 PM |
So since I'm still a Learning Scripter, I decided to make a Ghost script to test my understanding of directory's, etc. So I made it so that every part of my body has a transparency of 0.8
Everything works, it's just that Output says " LeftArm is not a valid member " But when I do it with a space, it wont read it.
Any assistance? Thanks.
Ask for the script also if you need to.
~Put me in BH'ers and call it home.~ |
|
|
| Report Abuse |
|
|
|
| 09 Feb 2013 05:03 PM |
| Left_Arm Should work, it's a space just not in text. Or you could always do the wierd way of script["Parent"]["Left Arm"] but that is just weird... |
|
|
| Report Abuse |
|
|
T3XT
|
  |
| Joined: 25 Jul 2011 |
| Total Posts: 9233 |
|
| |
|
|
| 09 Feb 2013 05:07 PM |
-_- Didn't he say what the problem was are am I a flying rhinosaurous?
ORANGES |
|
|
| Report Abuse |
|
|
riley8
|
  |
| Joined: 16 Mar 2008 |
| Total Posts: 1630 |
|
|
| 09 Feb 2013 05:23 PM |
Here's the script: --[riley8]
game.Workspace.riley8.Shirt:Destroy() game.Workspace.riley8.Pants:Destroy() game.Workspace.riley8.Head.Transparency = 0.8 game.Workspace.riley8.LeftArm.Transparency = 0.8 game.Workspace.riley8.LeftLeg.Transparency = 0.8 game.Workspace.riley8.RightArm.Transparency = 0.8 game.Workspace.riley8.RightLeg.Transparency = 0.8 game.Workspace.riley8.Torso.Transparency = 0.8
@mrpricetoyou I tried adding the _ in between the individual body parts, but it gave me the same thing.
~Put me in BH'ers and call it home.~ |
|
|
| Report Abuse |
|
|
|
| 09 Feb 2013 06:43 PM |
game.Workspace.riley8.Shirt:Destroy() game.Workspace.riley8.Pants:Destroy() game.Workspace.riley8.Head.Transparency = 0.8 game.Workspace.riley8.Left_Arm.Transparency = 0.8 game.Workspace.riley8.Left_Leg.Transparency = 0.8 game.Workspace.riley8.Right_Arm.Transparency = 0.8 game.Workspace.riley8.Right_Leg.Transparency = 0.8 game.Workspace.riley8.Torso.Transparency = 0.8
Like that??? It should work... |
|
|
| Report Abuse |
|
|
riley8
|
  |
| Joined: 16 Mar 2008 |
| Total Posts: 1630 |
|
|
| 09 Feb 2013 06:46 PM |
@mrprice I did that. It just said the same. " Left_Arm is not a valid member.. " |
|
|
| Report Abuse |
|
|
|
| 09 Feb 2013 07:16 PM |
| Are you sure it's not Left_Zarm or just Zarm, zombie arms are like that, just in case. |
|
|
| Report Abuse |
|
|
|
| 09 Feb 2013 07:20 PM |
Game.Workspace.riley8.Shirt:Destroy() Game.Workspace.riley8.Pants:Destroy() Game.Workspace.riley8.Head.Transparency = 0.8 Game.Workspace.riley8["Left Arm"].Transparency = 0.8 Game.Workspace.riley8["Left Leg"].Transparency = 0.8 Game.Workspace.riley8["Right Arm"].Transparency = 0.8 Game.Workspace.riley8["Right Leg"].Transparency = 0.8 Game.Workspace.riley8.Torso.Transparency = 0.8
~~Beginner ODer |
|
|
| Report Abuse |
|
|
|
| 09 Feb 2013 11:10 PM |
@Cody
Blarg, that's what I said at the beginning...
WAIT A SECOND!? WHAT IS YOUR SIGGY!? I CAN'T LOOK!!! |
|
|
| Report Abuse |
|
|