Advertisement
_Thanh_Thy_Cute_

Phantom Forces QUOTE, CHAT BOT

Aug 13th, 2021
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. local Qoutes = require(game:GetService("ReplicatedFirst").SharedModules.SharedConfigs.Quotes)
  2. local Network = require(game:GetService("ReplicatedFirst").ClientModules.Old.framework.network)
  3.  
  4. task.spawn(function()
  5. while (wait(math.random(1, 2))) do
  6. Network:send("chatted", Qoutes[math.random(#Qoutes)])
  7. end
  8. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement