Gmodmoney2

Untitled

Jul 25th, 2016
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. game.Workspace.ChildAdded:connect(function(child)
  2.  
  3. P = game.Players:GetPlayerFromCharacter(child)
  4.  
  5. if P ~= nil then
  6.  
  7. if P.Character ~= nil then
  8.  
  9. H = P.Character:findFirstChild("Humanoid")
  10.  
  11. if H ~= nil then
  12.  
  13. T = P.Character:findFirstChild("Torso")
  14.  
  15.  
  16. if T ~= nil then
  17.  
  18. giveblood = script.BloodS:clone()
  19. giveblood.Disabled = false
  20. giveblood.Parent = P.Character
  21.  
  22. end
  23.  
  24. end
  25.  
  26. end
  27.  
  28. end
  29.  
  30. end)
Add Comment
Please, Sign In to add comment