of     1   

tomtheflutist
#36687632Sunday, November 07, 2010 11:28 PM GMT

I need this because a stupid Gui keep getting stuck on my screen after I die.
crazypotato4
#36687810Sunday, November 07, 2010 11:31 PM GMT

You would use a Chatted event to connect to a function, that connects to another function with the arguments of what the person chatted, and the person themselves, since I don't trust the instance recipient. Then, if the person chatted a certain thing. then you would go into their PlayerGui and delete something. Before you ask, no, we will not make this for you.
tomtheflutist
#36688785Sunday, November 07, 2010 11:48 PM GMT

Please the name of the Gui is intro?
crazypotato4
#36688830Sunday, November 07, 2010 11:49 PM GMT

No.
fredfredburger789
#36689026Sunday, November 07, 2010 11:51 PM GMT

Well I can make it if you want.
zeke505
#36689317Sunday, November 07, 2010 11:56 PM GMT

@fredfredburger No, you can't. You can't even make a simple for loop.
tomtheflutist
#36690152Monday, November 08, 2010 12:09 AM GMT

Ok since I dont have any robux on me how about I will visit your place. Or I can give you 4 robux and a place visit for doing this lol.
tomtheflutist
#36690454Monday, November 08, 2010 12:14 AM GMT

If you did that for me fred, I would do anything that doesnt involve donating more then 4 robux. lol Im poor right now. :3 If I do get some bux I promise to pay the guy who did this script for me when I get it.
crazypotato4
#36690522Monday, November 08, 2010 12:15 AM GMT

1) *facepalm* 2) fredfredburger can't do this for you. he is a bad scripter. 3) We don't make you scripts. Now go away.
tomtheflutist
#36704210Monday, November 08, 2010 4:09 AM GMT

Please>_<
tomtheflutist
#36706146Monday, November 08, 2010 5:41 AM GMT

Bump?
blueymaddog
#36707614Monday, November 08, 2010 8:18 AM GMT

i would help you and send you a pm but your messaging is disabled for me so i cant help u.
tomtheflutist
#36748514Tuesday, November 09, 2010 3:57 AM GMT

Ok I made private messaging to all users. :D I only took it off because someone was spamming me.
bloob827
#36748722Tuesday, November 09, 2010 4:02 AM GMT

game.Players.ChildAdded:connect(function(newPlayer) newPlayer.Chatted:connect(function(msg) onChatted(msg,speaker) end) end) --stuff
tomtheflutist
#36749734Tuesday, November 09, 2010 4:40 AM GMT

Thank you but how could I do this by saying "Remove"?
tomtheflutist
#36749870Tuesday, November 09, 2010 4:47 AM GMT

It doesnt mention in the script about removing the Gui either.
tomtheflutist
#36750672Tuesday, November 09, 2010 5:26 AM GMT

Helperz?
tomtheflutist
#36750875Tuesday, November 09, 2010 5:38 AM GMT

Bump?D:
tomtheflutist
#36751335Tuesday, November 09, 2010 6:11 AM GMT

Maybe not. DX
3lex33
#36751891Tuesday, November 09, 2010 7:19 AM GMT

All you need, is onChatted function, basic knowledge of scripting commands and basic knowledge of GUIs placing.
tomtheflutist
#36754936Tuesday, November 09, 2010 2:21 PM GMT

I have very little scripting knowledge but I will try.
arundel
#36755736Tuesday, November 09, 2010 3:24 PM GMT

game.Players.ChildAdded:connect(function(newPlayer) newPlayer.Chatted:connect(function(msg,speaker) if newPlayer ~= nil then if msg == "Whatever" then if speaker.PlayerGui:findFirstChild("ScreenGuiName"):findFirstChild("GuiName") ~= nil then speaker.PlayerGui:findFirstChild("ScreenGuiName"):findFirstChild("GuiName"):remove() end end end end) end)

    of     1