Appearance
BugReport ​
GameclientMessageBugReport · outbound · 56 bytes
Send scalars/strings with Packet.send. Print the live usage block with Packet.help("BugReport").
lua
local Packet = require("sdk.packet")
Packet.send("BugReport", {
category = 0,
text = "",
})| Name | Kind | Nested |
|---|---|---|
category | u32 | — |
text | str | — |