The working spawner script: local RS = game:GetService("ReplicatedStorage") local NPC = RS:WaitForChild("Zombie") local spawner = script.Parent while wait(5) do local clone = NPC:Clone() clone.Parent = workspace local HRP = clone.HumanoidRootPart HRP.Position = spawner.Position end
@aenartheidiotАй бұрын
you need to change the " Zombie " with ur npc's name or else it won't work
@shadowing_studio6 ай бұрын
Ty man🎉 :3
@devmelonroblox6 ай бұрын
@@shadowing_studio yw!
@Supinkaka6 ай бұрын
Good vid thx!
@devmelonroblox6 ай бұрын
Glad you liked it!
@Supinkaka6 ай бұрын
Sure!
@r_equinox6 ай бұрын
Could you make a tutorial on how to make a certain amount of enemies spawn within a few minutes? For example, let 10 enemies spawn, wait 30/40 seconds and have another 10 enemies spawn.
@Whesiekw5 ай бұрын
+1 +1 +1 +1 +1 +1
@berkayy.90266 ай бұрын
Thanks for this great video. I wonder if there is a way to control the amount of spawned NPCs, for example, if 10 NPCs are alive don't spawn new NPCs. Can you help me?
@raggz2205 ай бұрын
I wrote the code but for some reason the enemy doesn’t spawn after killing the first one
@AllsHyper5 ай бұрын
Oh can you make a vid on how to make the npcs body to disappear after dead?
@Videoofwhat6 ай бұрын
can you make a tutorial on how to make a enemy with a gun that will shoot and kill you?
@devmelonroblox6 ай бұрын
yes
@Videoofwhat6 ай бұрын
thank you!!!
@greatestgamer0015 ай бұрын
ty i will use aswell
@Videoofwhat5 ай бұрын
how do i also add a attack animation when they damage you because it feels lame that they just touch you and will kill by just touching them
@DraxtheGr85 ай бұрын
can u make a video on how to make ONLY-ADMIN tools? plsssssssss
@devmelonroblox5 ай бұрын
@@DraxtheGr8 one day I will try I’m not granting I have a very large list of tutorials to make ahaha
@suwaphitraktana-anan4846Ай бұрын
Can we spawn something else that is not npc like model monster that I build or a enemy tank
@Somedude09LLma6 ай бұрын
Yo can you make a tutorial on how to make a simple fighter plane that will follow your cursor when you fly and shoots
@devmelonroblox6 ай бұрын
@@Somedude09LLma seems difficult but I might think about making it
@Somedude09LLma6 ай бұрын
@@devmelonrobloxAlr thanks
@AllsHyper5 ай бұрын
It doesn’t work please help I tried fixing it for hours
@Tonsofcoins675 ай бұрын
I did the spawn script for the first one word for word, and it did nothing, what do I do?
@Tonsofcoins675 ай бұрын
Literally nothing happens, the block doesn't work, I think I did something wrong, but it ISN'T WORKING PLSSS HELP
@Dagamerone77786 ай бұрын
Yo bro i need help on roblox studio. I tried to submit an animation but it couldnt find the submit button. I checked every corner and area but nothing had it
@Dagamerone77786 ай бұрын
I'm on a Windows 11 btw
@Pwr_PlayzYT6 ай бұрын
@@Dagamerone7778I had the same problem u have the pull the tab from the bottom up
@Evil_it_self4 ай бұрын
first script what did i do wrong local RS = game:GetService("ReplicatedStorage") local NPC = RS:WaitForChild("killing npc") local Spawner = Script.Parent while wait(5) do local clone = NPC:Clone() clone.Parent = workspace local HRP = clone.HumanoidRootPart HRP.Position = Spawner.Position end
@TheMostEpickestGuyOnHistory26 күн бұрын
In line 3 the script word is with a capital here an example Error: (Script) Solution:(script) type in the solution
@hpq91825 ай бұрын
can you make ammo count and ammo limit system in part 3 of making gun vids?
@banboo162 ай бұрын
Thanks, It works perfectly but there's one slight problem, They appear to be damaging each other (how can i fix that?)
@Reven8Ай бұрын
watch the video buddy 4:25
@banboo16Ай бұрын
@@Reven8 Thanks a ton!
@banboo16Ай бұрын
@@Reven8 i was saving time btw, i was rushing the video (im very sorry)
@j45zАй бұрын
how do i make pieces of the NPC not hurt the player once it dies?
@devmelonrobloxАй бұрын
You can make it so if the humanoid of the npc dies you turn off the damage script.
@Drock_115 ай бұрын
How do I make it so a max # of enemy’s spawn
@thatyoutubeguy-md2ws6 ай бұрын
10 min gang
@CatOfTheCentury5 ай бұрын
how to make system message that appears onserverevent?
@SamJacob65 ай бұрын
Yo any chance you could make a shop where you get coins from killing npcs and spend it on the shop where you can add custom tools like you old sword video? PLEASE :}}}}}}}}}]
@devmelonroblox5 ай бұрын
@@SamJacob6 I have a lot of tutorials to make rn but I’ll take it into consideration!
@Flareonchannel21 күн бұрын
guys my spawner works but once one of them spawned others wont spawn. this is my script local RS = game:GetService("ReplicatedStorage") local NPC = RS:WaitForChild("EVIL DUMMY") local Spawner = script.Parent while wait (5) do local clone = NPC:Clone() clone.Parent = workspace local HRP = clone.HumanoidRootPart HRP.cframe = Spawner.CFrame + Vector3.new(0,5,0) end
@GEO-quiz3 ай бұрын
how can i kill the npc?
@weykn4 ай бұрын
doesnt work for me sadly
@TheRealVander4 ай бұрын
why they killing each other
@zmigal6 ай бұрын
firist
@devmelonroblox6 ай бұрын
Like always
@Drock_115 ай бұрын
At a time
@Gostodeesportes6 ай бұрын
Combat tool pls
@devmelonroblox6 ай бұрын
Ok!
@GGgg-wq1dd5 ай бұрын
What do I wrong🤔 workspace.Spawner.SpawnScript:11: Expected identifier when parsing expression, got ‘=’ local RS = game:GetService("ReplicatedStorage") local NPC = RS: WaitForChild("Zombie") local Spawner = script.Parent local Cooldown = 8 while wait(Cooldown) do local clone = NPC:Clone() clone.Parent = workspace local HRP = clone.HumanoidRootPart HRP.CFrame = Spawner.CFrame = Vector3.new(0,5,0) end