Created by shib
Features:
- Questions bypass chat filter:
local args = {
[1] = "message inside here, can be swear words"
}
game:GetService("ReplicatedStorage").AddToQueue:FireServer(unpack(args))
You can also spam the queue with this ^^^
Make ben say the same everytime (no matter who is ben)
while true do
wait()
local args = {
[1] = "Laugh" -- You can choose from "No", "Yes", "Ugh", "Laugh"
}
game:GetService("ReplicatedStorage").BenAnswer:FireServer(unpack(args))
end
ENJOY!