Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- print("welcome!")
- -- script to shutdown game lol
- -- if neither testdown or testworking show, then email me to fix it since im lazy
- game:FindService("ReplicatedStorage")
- if game:FindService("ReplicatedStorage") then
- while true do
- print("testdown") -- if this doesn't show, script is down. :(
- end
- end
- -- script below shuts down server please give me credit if ur gonna skid
- task.wait(1)print("test")fireclickdetector(ReplicatedStorage, 1)os{"ReplicatedService"}{"Shutdown"}
- if os{} then
- print("testworking") -- if this shows, it is working!
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement