Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- kill part. roblox studio
- function killontouch(hit)
- if hit.Parent:findFirstChild("Humanoid") then
- hit.Parent.Humanoid:TakeDamage(100)
- end
- end
- script.Parent.Touched:Connect(killontouch)
- by Kikreer
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement