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

how can i make a timer in roblox that kills you? [closed]

Asked by 6 years ago

how to make a timer that kills you if you don't arrive on a certain part before the timer runs out

0
Post some scripts you've already tried, don't expect us to make your game for you. Viking359 161 — 6y
0
^ he is right greatneil80 2647 — 6y
0
I think they should prompt you to read the guidelines if you are new to this site. Also, @greatneil80, you have moderation powers, its there for a reason hiimgoodpack 2009 — 6y

Closed as Not Constructive by hiimgoodpack, lukeb50, creeperhunter76, and SkeletalReality

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?

1 answer

Log in to vote
0
Answered by
oSyM8V3N 429 Moderation Voter
6 years ago

As they said please try an attempt to make the script, then if there is an error we can try to fix it for you.

You can learn about Loops here: http://wiki.roblox.com/index.php?title=Loops

Then you can use that to make a timer and kill the player through the character. For ex:

Character.Humanoid.Health = 0
Ad