of     2   
chevron_rightchevron_rightchevron_right

YaBoyZelda
#221213607Thursday, July 13, 2017 2:56 PM GMT

How much would it cost to make a gui that when you press a button it makes a brick transparent or nontransparent but also FilteringEnabled? R$1,924
SinisterMemories
#221213850Thursday, July 13, 2017 3:01 PM GMT

its like 5 extra lines of code #code print("oh no an errorz!")
YaBoyZelda
#221213886Thursday, July 13, 2017 3:02 PM GMT

I don't know how to do anything FE but enable it .-. R$1,938
Camper0008
#221213944Thursday, July 13, 2017 3:03 PM GMT

http://wiki.roblox.com/index.php?title=Remote_Events_and_Functions ➟ When life gives you lemons, make apple-juice to assert dominance.
YaBoyZelda
#221214027Thursday, July 13, 2017 3:05 PM GMT

To me none of that made sense ;-; R$1,945
Camper0008
#221214146Thursday, July 13, 2017 3:08 PM GMT

It's basically like a clickdetector is activated with .MouseClick:connect() instead, it's your own >>custom<< event ➟ When life gives you lemons, make apple-juice to assert dominance.
nullfeels
#221214162Thursday, July 13, 2017 3:09 PM GMT

You've created this already? Just want it converted to FE?
SinisterMemories
#221214196Thursday, July 13, 2017 3:09 PM GMT

when the gui is clicked fire an event with a script connected to an it being fired. take a look at this https://www.roblox.com/games/914425545/guibuttonexamplefe #code print("oh no an errorz!")
SinisterMemories
#221214214Thursday, July 13, 2017 3:10 PM GMT

the example is unsecure and likely unefficent btw #code print("oh no an errorz!")
YaBoyZelda
#221214230Thursday, July 13, 2017 3:10 PM GMT

Yeah, would you be willing to do it? R$1,945
nullfeels
#221214253Thursday, July 13, 2017 3:11 PM GMT

Sure, why not...
YaBoyZelda
#221214896Thursday, July 13, 2017 3:24 PM GMT

nullfeels
#221215013Thursday, July 13, 2017 3:27 PM GMT

Oh, you're wanting to make the player invisible?
nullfeels
#221215051Thursday, July 13, 2017 3:28 PM GMT

I thought you just meant like a part on the workspace, ################# I was already writing some code to do that. xD So is this an example or can I just modify this, and that would work?
nullfeels
#221215076Thursday, July 13, 2017 3:28 PM GMT

Why does it filter lol with all those hashtags...
YaBoyZelda
#221215167Thursday, July 13, 2017 3:30 PM GMT

Yeah, sorry about the wait I was throwing the example together. R$2,000
nullfeels
#221215337Thursday, July 13, 2017 3:34 PM GMT

You do realize this is a bigger job than I anticipated right? "make a gui that when you press a button it makes a brick transparent or nontransparent but also FilteringEnabled?" That would take like 2 minutes to code... But, I'll see what I can do...
YaBoyZelda
#221215439Thursday, July 13, 2017 3:35 PM GMT

xd sorry 'bout that, thought it would be easier than this R$2,000
nullfeels
#221215578Thursday, July 13, 2017 3:38 PM GMT

Without me having to look through the code to find out... Does the screen gui "Actions" get cloned to the player? I'm guessing so.
nullfeels
#221215745Thursday, July 13, 2017 3:42 PM GMT

Never mind... I need to get some caffeine... I just over looked it.
YaBoyZelda
#221215774Thursday, July 13, 2017 3:42 PM GMT

Yep R$2,000
Gomlsauresrex
#221216016Thursday, July 13, 2017 3:46 PM GMT

local block=script.Parent local re=game.ReplicatedStorage.RemoteEvent re.OnServerEvent:Connect(function(player,int) block.Transparency=int end) --client sided local re=game.ReplicatedStorage.RemoteEvent local gui=script.Parent local done=false gui.MouseButton1Down:Connect(function() if not done then done=true re:FireServer(1) elseif done then done=false re:FireServer(0) end end)
YaBoyZelda
#221216280Thursday, July 13, 2017 3:51 PM GMT

Never mind about this I'll find way to do it myself, thank you for trying to help me. R$2,000
nullfeels
#221216802Thursday, July 13, 2017 4:01 PM GMT

Don't worry about I'm already half done...
nullfeels
#221217273Thursday, July 13, 2017 4:09 PM GMT

I think I'm basically done, but will be a bit, I've a phone call... :/

    of     2   
chevron_rightchevron_rightchevron_right