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

smash bros finish zoom in roblox script? [closed]

Asked by 4 years ago

I want this script that can be like when the npc is going to die pretty much the server can tell if the npc is going to die so like when i hit the npc and he goes flying the server can tell so i can pasue the game for a second to show that the npc is going to die

if you dont understand like smash bros ultimate if they are at a high percentage and get hit the game will have a kill zoom

3
Since i don't really know the answer, i'm just going to say: Scripting Helper is NOT a request site. Show us what you have tried first and then we could help you from that. Pizza64X 8 — 4y

Closed as Not Constructive by ScuffedAI, moo1210, jediplocoon, and Ziffixture

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 4 years ago

i think this might work:

--put this script inside the npc while true do wait() if script.Parent.Humanoid.Health == 0 then print("The NPC has died!") script:Destroy() end end

Ad