|
| 16 Aug 2011 05:36 AM |
lacal L = Instance.new("PartPairLasso") L.Adrone = game.Workspace.Part L.Part = game.Workspace.Part2
|
|
|
| Report Abuse |
|
|
|
| 16 Aug 2011 05:37 AM |
| lacal? Without that, Adrone is not a valid member of PartPairLasso. |
|
|
| Report Abuse |
|
|
| |
|
|
| 16 Aug 2011 05:53 AM |
| "lacal" should be "local", and there is no Adrone property in the PartPairLasso object. If you need help figuring out the correct property, I suggest you search the object on the ROBLOX wiki at wiki.roblox.com |
|
|
| Report Abuse |
|
|
|
| 16 Aug 2011 05:54 AM |
| I tried that. I don't get it. |
|
|
| Report Abuse |
|
|
|
| 16 Aug 2011 05:59 AM |
For some reason, the wiki doesn't seem to have it documented :O
In the Object Browser, the only properties I see for it besides the properties of Instance are Color, Visible, and Transparency. Nothing about Adrone or Part.
I'm debating on whether I should try putting a PartPairLasso page on the wiki, I've never edited an object page before :I |
|
|
| Report Abuse |
|
|
|
| 16 Aug 2011 06:00 AM |
It is Adornee, and local
~ Mitch ~ |
|
|
| Report Abuse |
|
|
|
| 16 Aug 2011 06:00 AM |
| Do you know how I can get a lasso conecting a torso to a part? |
|
|
| Report Abuse |
|
|
Bansey
|
  |
| Joined: 16 May 2008 |
| Total Posts: 118 |
|
|
| 16 Aug 2011 06:14 AM |
local L = Instance.new("PartPairLasso") L.Adornee = game.Workspace.Part L.Part = game.Workspace.Part2
-Bansey |
|
|
| Report Abuse |
|
|
Bansey
|
  |
| Joined: 16 May 2008 |
| Total Posts: 118 |
|
|
| 16 Aug 2011 06:15 AM |
Do you know how I can get a lasso conecting a torso to a part? ____ local L = Instance.new("PartPairLasso") L.Adornee = game.Players.Player.Character.Torso L.Part = game.Workspace.Part2 |
|
|
| Report Abuse |
|
|
| |
|
|
| 16 Aug 2011 11:08 AM |
local l = Instance.new("PartPairLasso") l.Adornee = game.Players.Player.Character.Torso l.Part = game.Workspace.Part2
|
|
|
| Report Abuse |
|
|
| |
|
tdog158
|
  |
| Joined: 08 Jul 2008 |
| Total Posts: 5413 |
|
|
| 16 Aug 2011 11:13 AM |
| Adornee is not a valid member of lassos, any of them. There is nothing in the object browser of properties used to specify the two parts so I think you are SOL until another update comes to finish these, or someone else knows how to use them correctly. |
|
|
| Report Abuse |
|
|
| |
|
|
| 04 Dec 2011 09:42 PM |
| (My username)'s vital properties are admin-locked. |
|
|
| Report Abuse |
|
|