Never had this error before so got no clue what’s wrong
Submit.Activated:Connect(function()
Submit.Label.Text = 'Sending ...'
Webhook:InvokeServer(Feedback.Text) -- ERROR HERE
Submit.Label.Text = 'Submit'
Feedback.Text = 'Please enter any feedback you have on the game! This can include feature requests/bugs/possible changes/etc.'
end)
This appears to be a bug of some kind - “Trust Check Failed” implies Roblox’s servers are rejecting the request as it is pointed towards a roblox.com domain.
Perhaps you should report this as a bug, as built in methods should not error this way.
Double check by going into command prompt and using command nslookup [domain]. It should give you an IP address. If it doesn’t exist it’ll say non-existent domain. If it does exist then your DNS servers could be propagating.
I thought Discord blocked Roblox? Anyhow, the protocol is at the beginning, like https:// I mean just do something like google.com. If it is discord then you could try using one of the proxy services and see how they work out.