of     1   

CoolScience2020
#183499384Saturday, February 13, 2016 1:09 PM GMT

I tried to do a server side script but with filtering enabled the event is not called. So then i tried to put in a local script. Sence it is in the workspace it would not work but that is what the wiki says. Here is my two scripts Local script script.Parent.ClickDetector.MouseClick:connect(function() script.Parent.RemoteEvent:FireServer() end) Server Script script.Parent.RemoteEvent.OnServerEvent(function() print "sucses" end)
128Gigabytes
#183499502Saturday, February 13, 2016 1:12 PM GMT

CoolScience2020
#183499751Saturday, February 13, 2016 1:18 PM GMT

You are wasting your time because it didn't work
CoolScience2020
#183499995Saturday, February 13, 2016 1:24 PM GMT

I still need help
CoolScience2020
#183500108Saturday, February 13, 2016 1:26 PM GMT

I did some editing because i had an error that didn't fix the problem. _____________________________________________________________________ Local script.Parent.ClickDetector.MouseClick:connect(function() script.Parent.RemoteEvent:FireServer() end) ______________________________________________________________________ Server script.Parent.RemoteEvent.OnServerEvent:connect(function() script.Parent:Destroy() end)
128Gigabytes
#183501892Saturday, February 13, 2016 2:07 PM GMT

My custom click detector does work.
CoolScience2020
#183511033Saturday, February 13, 2016 4:26 PM GMT

I did it with filtering enabled on a game and it did nothing so i don't know what you are talking about.
ElectoStriking
#183511130Saturday, February 13, 2016 4:27 PM GMT

same, didnt work 4 me either #Strikin'
128Gigabytes
#183531635Saturday, February 13, 2016 9:14 PM GMT

If it didn't work for either of you then you were simply doing it wrong. Here is a video of it working, it can also be used for a set up guide. https://www.youtube.com/watch?v=EAMqzAMXMcY
BanTech
#183532089Saturday, February 13, 2016 9:21 PM GMT

Lol worked perfectly on my end. It's not exactly difficult to set up. But yeah connect the event handler on the client side and then it's up to you if you want to do remote events back to the server, or do some more stuff client side, such as displaying a gui
TimeTicks
#183532146Saturday, February 13, 2016 9:21 PM GMT

You handle the clickdetector client side instead of serversided. Insert the detector into the brick from the client when do it that way.
CoolScience2020
#183545889Sunday, February 14, 2016 12:32 AM GMT

I know what i would have to do but it is ok now because i am working on something else. Do not bump this thread (but you wont listen will you) ,because it is not needed.

    of     1