of     2   
chevron_rightchevron_rightchevron_right

piepenguin9
#31243130Monday, August 09, 2010 4:32 PM GMT

Button = script.Parent.Parent Player = Button.Parent.Parent.Parent.Parent RightArm = Player.Character["Right Arm"] function onButtonClicked() wait(0.1) RightArm.BrickColor = BrickColor.new("Black") end Button.MouseButton1Click:connect(onButtonClicked) What is wrong?
JulienDethurens
#31243258Monday, August 09, 2010 4:34 PM GMT

Before asking us what is wrong, tell us what it's supposed to do...
shayan414
#31243406Monday, August 09, 2010 4:37 PM GMT

@Julien It's pretty obvious that when you click the brick it makes your right arm black. >.>
piepenguin9
#31243434Monday, August 09, 2010 4:37 PM GMT

Yeah, I mean really.
crazypotato4
#31243448Monday, August 09, 2010 4:37 PM GMT

look in your explorer, and tell me, what is script.Parent.Parent.Parent.Parent.Parent (that would be Player) tell what each of your variables is supposed to be, then i can help. also, before i help with those, the connection line should be this: Button.ClickDetector.MouseClick:connect(onButtonClicked) make sure that your button has a clickdetector in it
bobbyfishstick5
#31243492Monday, August 09, 2010 4:38 PM GMT

Shouldnt it be, Charater.["Right Arm"] ?
piepenguin9
#31243922Monday, August 09, 2010 4:43 PM GMT

Like this? Button = script.Parent.Parent Player = Button.Parent.Parent.Parent.Parent RightArm = Player.Charater["Right Arm"] function onButtonClicked() wait(0.1) RightArm.BrickColor = BrickColor.new("Black") end Button.ClickDetector.MouseClick:connect(onButtonClicked) Button.MouseButton1Click:connect(onButtonClicked)
shayan414
#31244175Monday, August 09, 2010 4:46 PM GMT

It character not charater.
piepenguin9
#31260119Monday, August 09, 2010 7:51 PM GMT

HELP!!!
piepenguin9
#31260710Monday, August 09, 2010 7:58 PM GMT

Please?
pighead10
#31260814Monday, August 09, 2010 7:59 PM GMT

You need a ClickDetector methinks. Add one in script.Parent.Parent and change the last line to 'Button.ClickDetector'
piepenguin9
#31263373Monday, August 09, 2010 8:28 PM GMT

Nope.
piepenguin9
#31271635Monday, August 09, 2010 10:07 PM GMT

Help.
baka333
#31272141Monday, August 09, 2010 10:14 PM GMT

tell us wat the issue with the script is before u give us the script
Lucas_Lua
#31272370Monday, August 09, 2010 10:16 PM GMT

use a local script, so you can access the variable LocalPlayer out of Players.
piepenguin9
#31293097Tuesday, August 10, 2010 2:20 AM GMT

if i new what was wrong i would fix it.
Blaboblox
#31293492Tuesday, August 10, 2010 2:25 AM GMT

Did you learn nothing from Blab's help yesterday?
piepenguin9
#31293766Tuesday, August 10, 2010 2:29 AM GMT

Nope. XD
Blaboblox
#31293891Tuesday, August 10, 2010 2:30 AM GMT

repeat wait to wait for the character!
piepenguin9
#31294169Tuesday, August 10, 2010 2:34 AM GMT

lul wut. xD
Blaboblox
#31294810Tuesday, August 10, 2010 2:41 AM GMT

Stupid goldfish. >_<
piepenguin9
#31295321Tuesday, August 10, 2010 2:47 AM GMT

I'm no goldfish.
piepenguin9
#31295434Tuesday, August 10, 2010 2:48 AM GMT

I know I know repeat wait() until Player.Character ~= nil but it didnt work in last script
piepenguin9
#31302075Tuesday, August 10, 2010 4:22 AM GMT

Halp.
piepenguin9
#31302303Tuesday, August 10, 2010 4:26 AM GMT

Pwease?

    of     2   
chevron_rightchevron_rightchevron_right