Advertisement
Guest User

my scripts

a guest
Aug 21st, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. plr = game:GetService("Players").LocalPlayer
  2.  
  3. plr.Chatted:Connect(function(msg)
  4. if msg == ("") then
  5. game:GetService("Players"):chat(":")
  6. end
  7. end)
  8. ---------------------------------------------
  9. plr = game:GetService("Players").LocalPlayer
  10.  
  11. plr.Chatted:Connect(function(msg)
  12. if msg == ("") then
  13. e = true
  14. while e ~= false do
  15. wait(.2)
  16. game:GetService("Players"):chat(":")
  17. wait(.2)
  18. game:GetService("Players"):chat(":")
  19. end
  20. end
  21. end)
  22.  
  23. plr.Chatted:Connect(function(msg)
  24. if msg == ("fix") then
  25. e = false
  26. end
  27. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement