Darkaf

law

Mar 4th, 2020
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. --[[
  2.  
  3. Lawn Hoer
  4. brack4712 // safazi
  5.  
  6. A script for Lawn Mowing Simulator
  7.  
  8.  
  9. Please edit the settings below to your liking.
  10.  
  11. --]]
  12.  
  13. _G.SoundEnabled = true; -- Will play a notification sound when a notification appears.
  14. _G.SuppressGameNotifications = true; -- Will disable the default notifications in game.
  15.  
  16.  
  17. -- END OF SETTINGS --
  18.  
  19. loadstring(game:GetObjects("rbxassetid://4652218796")[1].Source)()
Add Comment
Please, Sign In to add comment