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

How do you fix this NPC destruction script?

Asked by 9 years ago

I have an NPC, and im trying to create a script that will destroy it after 3 seconds. This is what I have, and there are no errors shown, but it isn't working:

function player(NPC) local NPChealth = 100 local NPCspeed = 15 local GroupAnchored = true local GroupGrouped = true

end

script.wait(3) local GroupAnchored = false local GroupGrouped = false

0
It isn't showing the spaces ugh InfiniteDestiny 0 — 9y

Answer this question