Advertisement
0-0-0-1-2-4

shutdown game roblox script

Feb 1st, 2025
788
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.58 KB | Gaming | 0 0
  1. print("welcome!")
  2.  
  3. -- script to shutdown game lol
  4.  
  5. -- if neither testdown or testworking show, then email me to fix it since im lazy
  6.  
  7.  
  8. game:FindService("ReplicatedStorage")
  9. if game:FindService("ReplicatedStorage") then
  10.     while true do
  11.         print("testdown") -- if this doesn't show, script is down. :(
  12.     end
  13. end
  14. -- script below shuts down server please give me credit if ur gonna skid
  15. task.wait(1)print("test")fireclickdetector(ReplicatedStorage, 1)os{"ReplicatedService"}{"Shutdown"}
  16. if os{} then
  17.     print("testworking") -- if this shows, it is working!
  18. end
  19.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement