Advertisement
RapidLemon

Untitled

Feb 13th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. game.workspace.Base.Touched:connect(function(hit)--Touched event!
  2. humanoid=hit.Parent:FindFirstChild("Humanoid")--Finding the Humanoid!
  3. if humanoid ~=nil then--If the humanoid exists!
  4. hit.Parent.Head:Destroy()--Killing the player!
  5. end
  6. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement