Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Script By AliefAthallah --
- script.Parent.Touched:Connect(function(part)
- local human = part.Parent:FindFirstChild("Humanoid") -- Find Humanoid --
- if human ~= nil then
- human.Health = 50 -- Damage Humanoid health
- end
- end)
Add Comment
Please, Sign In to add comment