Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Is there anyway to accomplish this?

Asked by 8 years ago

I was wondering if there is anyway to do something like this for a Chat GUI compatible with FilteringEnabled. It's kinda hard to explain it, here's some examples.

Script to fire it example:

game.ReplicatedStorage.RemoteEvent:FireServer("Test")

Script for when it's fired example:

script.Parent.OnServerEvent:connect(function(Args)
    print(Args)
end)

Other example I mean with functions:

function Test(Args)
    print(Args)
end

Test("Test") 

Is there anyway I can do something like the last example with RemoteEvents?

Any help appreciated.

0
Yeah, I made one, Quenty made one, StickMasterLuke made one, ZolarKeth made one, and many more. This question is too broad. Quenty and StickMasterLuke's chat Guis are both open source Validark 1580 — 8y
0
@Narrev Any links? :/ ISellCows 2 — 8y

1 answer

Log in to vote
0
Answered by 8 years ago

http://de.roblox.com/Custom-chat-GUI-by-stickmasterluke-item?id=180253956

0
Thanks, more helpful then Narrev. ISellCows 2 — 8y
0
Yes, happy to help :) adoScripting 0 — 8y
Ad

Answer this question