of     1   

Miro034
#59867217Tuesday, December 20, 2011 3:11 PM GMT

Vector = script.Parent.Parent.Parent.Backpack.GAMETOOL.Vector3Value Selection = script.Parent.Parent.Parent.Backpack.GAMETOOL.Partpack.Selection.Size function OnClick() Vector.Value = Selection end script.Parent.MouseButton1Down:connect(OnClick) Map thingy... +StarterGui ++Frame +++Frame2 +++++Frame3 ++++++Button1 +StarterPack ++GAMETOOL +++Vector3Value +++PartPack ++++Selection(inside partpack) I think this is broken maybe because of parents. Can you fix it please?
Miro034
#59867231Tuesday, December 20, 2011 3:11 PM GMT

Also, that script is in 'Button1'
Miro034
#59867514Tuesday, December 20, 2011 3:21 PM GMT

I hope SDuke posts here :D
Miro034
#59867965Tuesday, December 20, 2011 3:35 PM GMT

Maybe 1Woof1 would do :c
su8
#59868027Tuesday, December 20, 2011 3:37 PM GMT

Y U NO USE LOCALSCRIPT?
Miro034
#59868176Tuesday, December 20, 2011 3:42 PM GMT

Does it have to be in local script?
su8
#59868221Tuesday, December 20, 2011 3:44 PM GMT

No, but you wouldn't have to count how many parents you need to use :P
Miro034
#59869061Tuesday, December 20, 2011 4:07 PM GMT

I think the parenting part is wrong. How many parents should I use?
Miro034
#59870537Tuesday, December 20, 2011 4:46 PM GMT

Vector = script.Parent.Parent.Parent.Parent.Parent.Parent.Backpack.GAMETOOL.Vector Selection = script.Parent.Parent.Parent.Parent.Parent.Parent.Backpack.GAMETOOL.FollowPack.Selection2.Size function OnClick() Vector.Value = Selection end script.Parent.MouseButton1Down:connect(OnClick) How come it won't work??????
Miro034
#59870642Tuesday, December 20, 2011 4:49 PM GMT

Output: 16:47:55 - Backpack is not a valid member of Players 16:47:55 - Script "Players.Player.PlayerGui.GameData.Frame1.Help.Loc", Line 1 16:47:55 - stack end
Miro034
#59872467Tuesday, December 20, 2011 5:31 PM GMT

I bet the next 2h, the advanced scripters would help me :D
Miro034
#59876687Tuesday, December 20, 2011 7:08 PM GMT

BUMP please Help ):
Miro034
#59882714Tuesday, December 20, 2011 8:53 PM GMT

Please help. I been waiting a long time D:
Spectrumw
#59883083Tuesday, December 20, 2011 8:58 PM GMT

GameTool = game.Players.LocalPlayer.Backpack['GAMETOOL'] -- In a localScript GameTool = script.Parent.Parent.Backpack['GAMETOOL'] -- In a normal script. script.Parent.MouseButton1Down:connect(function()   GameTool['Vector3Value'].Value = GameTool.Partpack['Selection'].Size end) Maybe? If it doesn't work, could you tell me please what the output is.
Miro034
#59890686Tuesday, December 20, 2011 10:45 PM GMT

Ok, maybe tomorrow I might test it out because my mom and me needed to go somewhere across the country. :D Thanks by the way. :D
Miro034
#59933801Wednesday, December 21, 2011 4:34 PM GMT

Won't work D:
Miro034
#59934722Wednesday, December 21, 2011 4:54 PM GMT

Output: 16:53:17 - Selection2 is not a valid member of Model 16:53:17 - Script "Players.Player.PlayerGui.GameData.Frame.Button.Loc", Line 3 16:53:17 - stack end 16:53:17 - Disconnected event because of exception
Miro034
#59934776Wednesday, December 21, 2011 4:55 PM GMT

I just edited a bit of it. I changed 'selection' to 'selection2'
Miro034
#59937238Wednesday, December 21, 2011 5:46 PM GMT

Hey spec GameTool = game.Players.LocalPlayer.Backpack['GAMETOOL'] -- In a localScript script.Parent.MouseButton1Down:connect(function() Player.Character['Selection2'].Size = GameTool['Vector'].Value end) I made a part's parent to be Player.Character and this isn't working. Can you fix it? Btw, I need to add this to a script...
Miro034
#59941858Wednesday, December 21, 2011 7:10 PM GMT

Anyone?
Miro034
#59949278Wednesday, December 21, 2011 9:06 PM GMT

...
Miro034
#59987522Thursday, December 22, 2011 7:39 AM GMT

Nevermind, I think I fixed it. :D

    of     1