Untitled
unknown
lua
a year ago
212 B
7
Indexable
local function onTouch(hit) local character = hit.Parent local humanoid = character:FindFirstChild("Humanoid") if humanoid then humanoid.Health = 0 end end script.Parent.Touched:Connect(onTouch)
Editor is loading...
Leave a Comment