Advertisement
Minhseu123

Chatbot Script

Sep 26th, 2022
2,491
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.51 KB | None | 0 0
  1. getgenv().bot_name  = "Min" --/ change name with quotation mark. ex : "Min" or 'Min'
  2. getgenv().bot_owner = game.Players.LocalPlayer.Name --/ this too
  3. getgenv().slashtoresponse = false --/ respond to player when they say /botin [msg]
  4. getgenv().max_dist = 30 --/ respond to player in distance
  5.  
  6. --/ say "/chatbot stop" to stop responding
  7.  
  8. loadstring((syn and syn.request or http_request or request)({Url="https://raw.githubusercontent.com/MinWasTakenOnGitHub/Roblox-Scripts/main/Universal/chatbot",Method="GET"}).Body)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement