of     1   

HoodedBlack
#215814908Tuesday, May 02, 2017 11:02 PM GMT

So I have a webhook bot in my server, and I'd like so send typed messages on roblox into the webhook. In my game, I have a GUI button that sends Fires an event that will send the text of TextBox 1 into discord any way this could work?
HoodedBlack
#215815084Tuesday, May 02, 2017 11:05 PM GMT

Basically I have this rn function OnClicked() local Player = game.Players.LocalPlayer; game.ReplicatedStorage.DiscordShout.Value = ""..script.Parent.Parent.Text.Text game.ReplicatedStorage.Events.DiscordShoutEvent:FireServer(Player) end script.Parent.MouseButton1Click:connect(OnClicked) that's the local script
spinywind
#215816121Tuesday, May 02, 2017 11:22 PM GMT

So you want to log players chats? #Code print("Look behind you huehuehuehue")
graveyardposse
#215816233Tuesday, May 02, 2017 11:24 PM GMT

if you're just going to log them then save the date along with the player who spoke and what they said in a datastore, if you're talking about discord then i have no clue
HoodedBlack
#215816276Tuesday, May 02, 2017 11:25 PM GMT

no no I'm not logging I'm sending the text of a text box to the discord bot
HoodedBlack
#215816318Tuesday, May 02, 2017 11:25 PM GMT

I'm also using a remote
spinywind
#215816380Tuesday, May 02, 2017 11:27 PM GMT

Ima eat first then make it. #Code print("Look behind you huehuehuehue")
HoodedBlack
#215816475Tuesday, May 02, 2017 11:28 PM GMT

you don't need to make the entire thing if you don't want to lol If you tell me whats wrong with mine or how to assemble one I can do it
TimeTicks
#215817129Tuesday, May 02, 2017 11:38 PM GMT

just grab a free mod discord api
spinywind
#215817283Tuesday, May 02, 2017 11:41 PM GMT

Its fine: pastebin . com / xdpkeAXN Just set this up with locating things and such. The code is finished. #Code print("Look behind you huehuehuehue")
spinywind
#215818313Tuesday, May 02, 2017 11:56 PM GMT

Did it work? #Code print("Look behind you huehuehuehue")
HoodedBlack
#215819576Wednesday, May 03, 2017 12:17 AM GMT

just toying around with it to see if I can make it work
HoodedBlack
#215819644Wednesday, May 03, 2017 12:18 AM GMT

yes it works
spinywind
#215820444Wednesday, May 03, 2017 12:31 AM GMT

Just post here if u need help with anything. I usually dont make entire scripts for people but i was feeling generous. #Code print("Look behind you huehuehuehue")

    of     1