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

How do I make a certain vehicles tires not destroyable?

Asked by 4 years ago

All the guns in my game have a script to pop tires. I can't change the tires name without breaking the vehicle.

0
If you're not using a module script or bindables, then it looks like you're gonna have to change the script of each gun and add an if statement like this: "if [vehicle] or [vehicle] then tireDamage = false" or however you have it structured. SteelMettle1 394 — 4y

Answer this question