script.Parent.Touched:Connect(function(hit) if hit.Parent:FindFirstChild("Humanoid") then hit.Parent.Humanoid.Health = 0 end end)
I DONE THE EXACT THING YOU TOLD ME AND IT DOESNT WORK AND WHEN I GO TO A DIFFERENT VID ABOUT HOW TO DO SOMETHING ELSE IT DOESNT WORK TO NOTHING WORKSSSSS
hell yeah. bite sized videos like these will dominate the technical roblox scene if yall keep it up.
the "ow that hurt" at the end tho, great acting cheeky grammy worthy
TYSM
What about a block to make everyone die apart from yourslef?
A..ma..zing! First vid I've seen of URS and so simple and easy subbed as soon as it worked!
I love how this is in a short! It really helped and I hope you keep up the amazing work
THX MAN; it looks ez when you do it.
YES! Finally, an easy one that works
Will the script come along with it if you duplicate the Kill brick?
Copy/paste: script.Parent.Touched:Connect(function(hit) if hit.Parent:FindFirstChild("Humanoid") then hit.Parent.Humanoid.Health = 0 end end)
wow this is amazing I'm so glad you explained each line of code that was really helpful to me. thanks!
you can not put the if finds a humanoid because it would still work
how to bypass it : for i,v in pairs(getconnections(part.Touched)) do v:Disable() end
dude thank you for ur magic every tutorial i try i mess something up and you put it out in the most simple of terms so thank you
I like this jake guy let’s see more of him
u guys can try this: function onTouched(Obj) local h = Obj.Parent:FindFirstChild("Humanoid") if h then h.Health = 0 end end script.Parent.Touched:Connect(onTouched)
THIS HELPED ME SM!!
@playDotProduct