Advertisement
TigerloverproOffical

ROBLOX Game Shutdown Script (Patched)

Jan 4th, 2017
2,757
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.34 KB | None | 0 0
  1. -- This script will shut a server down on command.
  2. local h = Instance.new("Hint")
  3. local m = Instance.new("Message")
  4. h.Parent = workspace
  5. m.Parent = workspace
  6. h.Text = "This server has been shutdown by Rawr (Developed by Tigerloverpro)"
  7. m.Text = "This server has been shutdown by Rawr (Developed by Tigerloverpro)"
  8. game.Workspace.Gravity = 0/0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement