of     1   

planesoldier
#139408825Sunday, July 06, 2014 9:42 AM GMT

Hey There! I have a script that should place something in your Backpack when you click the brick... However, it gives me a error. This is probably very wrong, because im kinda new to scripting. This is my script: function onClick(Player) wait(0.1) Pizza = script.Parent.Parent:Clone() Pizza.Parent = Player.Backpack end script.Parent.ClickDetector.MouseClick:connect(onClicked) This is the error: 11:39:58.792 - Attempt to connect failed: Passed value is not a function Help :D? THX! Planesoldier
TehGabeNewell
#139408921Sunday, July 06, 2014 9:45 AM GMT

What is Passed value?
planesoldier
#139408940Sunday, July 06, 2014 9:45 AM GMT

I have no idea. Thats why im posting it here
planesoldier
#139409181Sunday, July 06, 2014 9:51 AM GMT

Nevermind, i fixed it myself already

    of     1