Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do I make a DoT script when one touches an object? [closed]

Asked by 4 years ago

I made a burn damage script similar to this a while ago but I lost it. I need help starting from scratch. So basically if one touches a particle, they get mild damage over time.

0
You could make a ball shape that is transparent and anchored INSIDE of the particles. When they touch the PART, they should take damage with this: for i = 1,20 do plr.Character.HumanoidTakeDamage(1) wait(.10) end KDarren12 705 — 4y

Closed as Not Constructive by RubenKan

This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.

Why was this question closed?