of     1   

Accedo
#168927978Monday, July 27, 2015 12:36 AM GMT

I'm making a chaingun for this tank or whatever, and anyway it works in Studio, but when I go in-game, it goes as far as gives me the tool, but the tool doesn't work. Here are the errors from the Dev Console; - http://gyazo.com/a63377dad2ee919387e5d8a2a18fd18b - http://gyazo.com/aa8c980a5a06ff6563b4d5630e154e4c - Abraham Lincoln's most famous quote: "You know everything on the internet is true."
KAMIKAZEPOLO
#168928133Monday, July 27, 2015 12:37 AM GMT

Now is Touched a model or the event?
Accedo
#168928365Monday, July 27, 2015 12:40 AM GMT

It's the name of a function, you know, like onTouch or whatever, the last part of the script (One of them that is..) is the following; script.Parent.Touched:connect(onTouch) That's the only thing in the entire set of scripts that even uses the word Touched, so it HAS to be this script. Abraham Lincoln's most famous quote: "You know everything on the internet is true."
Accedo
#168928490Monday, July 27, 2015 12:41 AM GMT

So I suppose it's the event as it's not a part and/or model. Abraham Lincoln's most famous quote: "You know everything on the internet is true."
KAMIKAZEPOLO
#168928531Monday, July 27, 2015 12:42 AM GMT

It's really hard to help fix problems without a script to see that contains the problems.
Accedo
#168928842Monday, July 27, 2015 12:45 AM GMT

bear = script.Parent.Parent.Parent hax = bear:clone() local debounce = false function onTouch(part) if (part.Name == "morehax") and (debounce == false) and (script.Parent.Count.Value == 0) then debounce = true wait(2) bear = hax:clone() bear.Parent = game.Workspace bear:makeJoints() script.Parent.Count.Value = 1 debounce = false end end script.Parent.Touched:connect(onTouch) -- Count signifies an IntValue Abraham Lincoln's most famous quote: "You know everything on the internet is true."
Accedo
#168929024Monday, July 27, 2015 12:48 AM GMT

Oh and I'm not even sure what this is supposed to mean let alone where it is; http://gyazo.com/aa8c980a5a06ff6563b4d5630e154e4c Abraham Lincoln's most famous quote: "You know everything on the internet is true."
Accedo
#168930242Monday, July 27, 2015 1:03 AM GMT

leik bump Abraham Lincoln's most famous quote: "You know everything on the internet is true."
Accedo
#168931329Monday, July 27, 2015 1:15 AM GMT

i cri Abraham Lincoln's most famous quote: "You know everything on the internet is true."
Accedo
#168958746Monday, July 27, 2015 7:10 AM GMT

day 2; journal entry its been a day no replies i dont know how long i can last if only... i got... a reply... maybe id stop being so dramatic..... Abraham Lincoln's most famous quote: "You know everything on the internet is true."

    of     1