Advertisement
ERROR_CODE

Lie Detector

Jan 5th, 2024
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. localaction = math.random(1,2)
  2. if localaction == 1 then
  3. local chat = function(MSG)
  4. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(MSG, "All")
  5. end
  6. chat("True")
  7. end
  8. if localaction == 2 then
  9. local chat = function(MSG)
  10. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(MSG, "All")
  11. end
  12. chat("false")
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement