hello. i want a random sound to play when i get a donation from a donation board that isn’t mine, but right now i only have this script…
return {
[1] = {
Robux = NumberRange.new(1, 999999999),
GuiAnnouncement = true,
ChatAnnouncement = true,
WebhookAnnouncement = true,
ChatColor = Color3.fromRGB(0, 255, 0),
GuiColor = Color3.fromRGB(0, 255, 0),
WebhookColor = Color3.fromRGB(0, 255, 0),
ChatFont = Enum.Font.GothamBlack,
GuiFont = Enum.Font.GothamBlack,
ChatLayout = "[PLR] has donated [AMOUNT] Robux!",
GuiLayout = "[PLR] has donated [AMOUNT] Robux!",
WebhookLayout = "[PLR] has donated [AMOUNT] Robux!",
GuiDuration = 5,
ChatSize = 18,
SFX = {
Id = 5992677089,79592622325234,
Length = 4
}
}
}
this is only a module script, and the full script is in require(asset id). is there any help? i don’t really know how to script properly…