Edit the sender of the message.
local Disblox = require(path.to.disblox) local message = Disblox.new()
message.Profile.Name = "DisBlox Testing"
message.Profile.Avatar = "https://urlto.image/"
Last updated 2 years ago