.Proxy
The proxy URL to use when sending the message.
local Disblox = require(path.to.disblox)
local message = Disblox.new()
---------------------------------------------------
--// Set the proxy destination for the message \\--
message.Proxy = "rezokar.xyz"
---------------------------------------------------
--// Set the global proxy destination \\--
Disblox.Proxy = "rezokar.xyz"
Last updated