Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- game.Workspace.ChildAdded:connect(function(child)
- P = game.Players:GetPlayerFromCharacter(child)
- if P ~= nil then
- if P.Character ~= nil then
- H = P.Character:findFirstChild("Humanoid")
- if H ~= nil then
- T = P.Character:findFirstChild("Torso")
- if T ~= nil then
- giveblood = script.BloodS:clone()
- giveblood.Disabled = false
- giveblood.Parent = P.Character
- end
- end
- end
- end
- end)
Add Comment
Please, Sign In to add comment