of     1   

ElectoStriking
#183383417Thursday, February 11, 2016 6:33 PM GMT

so i have a script that goes like this: function appear (part) --code end script.Parent.Touched:connect(appear) its my first time using FE so im a little stumped on how to make it FE compatible via remote event/function. Any help would be appreciated #Strikin'
128Gigabytes
#183384210Thursday, February 11, 2016 6:56 PM GMT

Is this a local script? If not, its already filteringEnabled ready.
ElectoStriking
#183384349Thursday, February 11, 2016 7:01 PM GMT

im clever arent i wow soz #Strikin'
128Gigabytes
#183384572Thursday, February 11, 2016 7:07 PM GMT

Here I made this a few minutes ago, it has an example of how to use filteringEnabled when making things. http://www.roblox.com/c4-item?id=361926684 I had to use a remoteEvent because otherwise the explosion would only exist to the player dropping C4, and because the dropped C4 blocks would only exist on the so only the player dropping them would be able to see them, and because if I didn't only the player dropping the C4 would see the tool becomes invisible while reloading.

    of     1