Advertisement
RyanDaCoder

Void Script Builder Abuse Script :D

Sep 8th, 2017
429
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. local death = Instance.new("Part")
  2. death.Anchored = true
  3. death.Size = Vector3.new("600.4, 545.2, 1")
  4. death.Transparency = 1
  5. death.CanCollide = false
  6. death.Name = "DeathThing"
  7. death.Parent = game.Workspace
  8.  
  9. death.Touched:connect(function(hit)
  10. hit:Destroy()
  11. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement