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

Certain speed on a vehicle that could kill any Humanoid on touch ? [closed]

Asked by 7 years ago

So I want to add a script to a car where a player dies on touch if the car is moving in at least certain speed like min. 60Km/H ?

I've already searched for any results on the same web, but nothing what I would need...

0
This isn't a request site. Please post a script that you've at least tried to work on. If you don't know how to script yet, I recommend going here: https://scriptinghelpers.org/blog/how-to-teach-yourself-lua soutpansa 120 — 7y

Closed as Not Constructive by Link150

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
-1
Answered by
farrizbb 465 Moderation Voter
7 years ago

You seem to know scripting yourself so ill explain how to do it i think not sure if(touched function here) and suchandsuc.Humanoid.Speed = 60 then game.Players.LocalPlayer.Character.Humanoid.Health = 0.

Ad