Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- kos = number of kos
- user = "Your Name Here"
- victim = "VICTIM'S NAME HERE"
- function start()
- for i=1, kos do
- c = Instance.new("ObjectValue")
- c.Parent = game.Players[victim].Character.Humanoid
- c.Value = game.Players[user]
- c.Name = "creator" wait(0.01)
- game.Players[victim].Character.Humanoid.Health = 0
- wait(0.01)
- game.Players[victim].Character.Parent = game.Lighting
- wait(0.01)
- c:remove()
- wait(0.01)
- game.Players[victim].Character.Parent = game.Workspace
- end
- end
- start()
Advertisement
Add Comment
Please, Sign In to add comment