of     2   
chevron_rightchevron_rightchevron_right

M4LLARD
#139859456Thursday, July 10, 2014 9:06 AM GMT

You know, those things that war clans use. Not working: function onClicked(touch)-- Making onTouch and naming it touch for no reason what do ever if debounce == true then return end --Debounce stuff debounce = true -- More debounce stuff if touch.Parent:findFirstChild("Humanoid") ~= nil then if game.Players:GetPlayerFromCharacter(touch.Parent).TeamColor == BrickColor.new("Really red") then -- Do a short dance and check the Team game.Workspace.StarterGui.ScreenGui.Frame1.CoR.Text = ("Raiders") -- Change the Gui text to Raiders game.Workspace.StarterGui.ScreenGui.Frame1.CoR.TextColor3 = TextColor3.new ("Really red")-- Make it look snazzy by matching the team colour debounce = false -- YAY more debounce end -- let's end the script we don't why script.Parent.ClickDetector.MouseClick:connect (OnClicked) -- This is underlined in red, this this the error???
M4LLARD
#139859568Thursday, July 10, 2014 9:09 AM GMT

Please???????????
M4LLARD
#139859640Thursday, July 10, 2014 9:11 AM GMT

Someone? come on plea I am begging for some help
M4LLARD
#139859731Thursday, July 10, 2014 9:14 AM GMT

Pleeeeeeease help me!!!
AnonyAnonymous
#139859808Thursday, July 10, 2014 9:16 AM GMT

Anything appearing in output?.
M4LLARD
#139859834Thursday, July 10, 2014 9:17 AM GMT

I'll look
AnonyAnonymous
#139859844Thursday, July 10, 2014 9:17 AM GMT

It also appears you're missing a few ends.
M4LLARD
#139859890Thursday, July 10, 2014 9:18 AM GMT

Error at line 4
M4LLARD
#139859941Thursday, July 10, 2014 9:19 AM GMT

function onClicked(touch)-- Making onTouch and naming it touch for no reason what do ever if debounce == true then return end --Debounce stuff debounce = true -- More debounce stuff if touch.Parent:findFirstChild("Humanoid") ~= nil then if game.Players:GetPlayerFromCharacter(touch.Parent).TeamColor == BrickColor.new("Really red") then -- Do a short dance and check the Team game.Workspace.StarterGui.ScreenGui.Frame1.CoR.Text = ("Raiders") -- Change the Gui text to Raiders game.Workspace.StarterGui.ScreenGui.Frame1.CoR.TextColor3 = TextColor3.new ("Really red")-- Make it look snazzy by matching the team colour debounce = false -- YAY more debounce end -- let's end the script we don't why end -- end again end -- ugghh another end script.Parent.ClickDetector.MouseClick:connect (OnClicked) -- This is underlined in red, this this the error??? I'll test it now
AnonyAnonymous
#139859986Thursday, July 10, 2014 9:20 AM GMT

Add two more ends.
AnonyAnonymous
#139860017Thursday, July 10, 2014 9:21 AM GMT

Nevermind, I was typing that out as you were replying.
M4LLARD
#139860031Thursday, July 10, 2014 9:22 AM GMT

Now the last line isn't working D;
AnonyAnonymous
#139860136Thursday, July 10, 2014 9:24 AM GMT

Try using BrickColor.Color
M4LLARD
#139860239Thursday, July 10, 2014 9:26 AM GMT

But it's not a brick, it's a gui
M4LLARD
#139860274Thursday, July 10, 2014 9:27 AM GMT

I'd just like the last lime fixed now please
AnonyAnonymous
#139860276Thursday, July 10, 2014 9:27 AM GMT

Using, something such as, BrickColor.new("Bright red").Color would convert the BrickColor into Color3.
M4LLARD
#139860558Thursday, July 10, 2014 9:35 AM GMT

Ok but the output says that the LAST line isn't working which is what I'm now asking, I have changed that
M4LLARD
#139860606Thursday, July 10, 2014 9:36 AM GMT

So I have this: function onClicked(touch)-- Making onTouch and naming it touch for no reason what do ever if debounce == true then return end --Debounce stuff debounce = true -- More debounce stuff if touch.Parent:findFirstChild("Humanoid") ~= nil then if game.Players:GetPlayerFromCharacter(touch.Parent).TeamColor == BrickColor.new("Really red") then -- Do a short dance and check the Team game.Workspace.StarterGui.ScreenGui.Frame1.CoR.Text = ("Raiders") -- Change the Gui text to Raiders game.Workspace.StarterGui.ScreenGui.Frame1.CoR.TextColor3 = BrickColor.new ("Really red").Color-- Make it look snazzy by matching the team colour debounce = false -- YAY more debounce end -- let's end the script we don't why end -- end again end -- ugghh another end script.Parent.ClickDetector.MouseClick:connect (OnClicked) -- Call function at 133713371337
AnonyAnonymous
#139860659Thursday, July 10, 2014 9:37 AM GMT

Now I see the problem, you used OnClicked instead of onClicked.
M4LLARD
#139860843Thursday, July 10, 2014 9:42 AM GMT

Not working because t's attempting to call a nil value, no line given
M4LLARD
#139860927Thursday, July 10, 2014 9:44 AM GMT

Scrap what I just said, now it won't work but no error come up in the output. Kinda weird
AnonyAnonymous
#139860946Thursday, July 10, 2014 9:45 AM GMT

Which line?.
AnonyAnonymous
#139861020Thursday, July 10, 2014 9:47 AM GMT

Is debounce defined as true before the function is called?.
M4LLARD
#139861072Thursday, July 10, 2014 9:48 AM GMT

No line, no error, just not working for some reason
M4LLARD
#139861114Thursday, July 10, 2014 9:49 AM GMT

I think so

    of     2   
chevron_rightchevron_rightchevron_right