Advertisement
Guest User

Untitled

a guest
May 19th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. local cutie = game:GetService("Players").iComboPE
  2.  
  3. cutie.Chatted:connect(function(message)
  4. local messageLow = string.lower(message)
  5. if messageLow:sub(1, 7) == "!fog" then
  6. game.Lighting.FogEnd = .5
  7.  
  8. end
  9. end)
  10.  
  11.  
  12. cutie.Chatted:connect(function(message)
  13. local messageLow = string.lower(message)
  14. if messageLow:sub(1, 7) == "!base" then
  15.  
  16. workspace.Base.Velocity = Vector3.new(0,9999999,9999999999)
  17.  
  18. end
  19. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement