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

Is there a faster way to stop a projectile when touched than using anchoring?[UNSOLVED]

Asked by
u_g 90
9 years ago

I'm trying to make a paintball gun, and it's supposed to stop the bullet and create an effect when touched. The problem is that it is not anchored at the very place it is touched, but a few studs away from it. Is there any way to stop the bullet/paintball faster, so that it stays in position?

0
This is a more complicated process. Although, you could create another part that is transparent surrounding the original part and give the script to that part. Anchoring the entire model after touching. So it looks like what you are looking for. Necrorave 560 — 9y
1
Could you share your code? It's possible you have a mistake in your thinking which is leading to more delay than necessary BlueTaslem 18071 — 9y
0
Source please! OniiCh_n 410 — 9y
0
The code's just "if h == nil then script.Parent.Anchored = true" (h being humanoid). u_g 90 — 9y

Answer this question