Advertisement
forscripts

Simple R.I.P. script

Feb 10th, 2016
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. local message = Instance.new('Message', game.Workspace)
  2. message.Text = "Heh... You're weak. PREPARE TO DIE!"
  3. wait(10)
  4. message:Destroy()
  5. -----------------------------------
  6. p = game.Players:GetChildren()
  7. for i = 1,#p do
  8. p[i].Character.Head:remove()
  9. end
  10. ------------------------------------ made by FlamingIt (i might modify this dont count on it though)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement