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