AnthonyJohn14

lawn mowing simulator script

Oct 22nd, 2021 (edited)
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. --[[
  2.  
  3. Lawn Hoer
  4.  
  5. A script for Lawn Mowing Simulator
  6.  
  7.  
  8. Please edit the settings below to your liking.
  9.  
  10. --]]
  11.  
  12. _G.SoundEnabled = true; -- Will play a notification sound when a notification appears.
  13. _G.SuppressGameNotifications = true; -- Will disable the default notifications in game.
  14.  
  15.  
  16. -- END OF SETTINGS --
  17.  
  18. loadstring(game:GetObjects("rbxassetid://4652218796")[1].Source)()
  19.  
  20.  
  21. --JOIN THE DISCORD SERVER: https://discord.gg/Qpg6qr62qM
  22.  
  23. --SUBSCRIBE TO OUR CHANNEL: https://www.youtube.com/channel/UC4H-RU4wSSPeUD6KenwN1hA
Add Comment
Please, Sign In to add comment