How to Make an ENEMY SPAWNER in Roblox Studio!

  Рет қаралды 8,212

DevMelon

DevMelon

Күн бұрын

Пікірлер: 69
@LotOFfactories
@LotOFfactories 6 ай бұрын
second pin
@Th3_Coll3ctorRBLX
@Th3_Coll3ctorRBLX 2 ай бұрын
i love how fun your videos are dude!
@devmelonroblox
@devmelonroblox 2 ай бұрын
@@Th3_Coll3ctorRBLX thanks!!!
@sakinnaliving2419
@sakinnaliving2419 5 ай бұрын
THIS GUY IS UNDERRATEDD MAN!
@devmelonroblox
@devmelonroblox 5 ай бұрын
Thanks!
@Microphoneeater9000
@Microphoneeater9000 Ай бұрын
This helped so much !!
@vhiznay
@vhiznay 2 ай бұрын
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
@aenartheidiot Ай бұрын
you need to change the " Zombie " with ur npc's name or else it won't work
@shadowing_studio
@shadowing_studio 6 ай бұрын
Ty man🎉 :3
@devmelonroblox
@devmelonroblox 6 ай бұрын
@@shadowing_studio yw!
@Supinkaka
@Supinkaka 6 ай бұрын
Good vid thx!
@devmelonroblox
@devmelonroblox 6 ай бұрын
Glad you liked it!
@Supinkaka
@Supinkaka 6 ай бұрын
Sure!
@r_equinox
@r_equinox 6 ай бұрын
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.
@Whesiekw
@Whesiekw 5 ай бұрын
+1 +1 +1 +1 +1 +1
@berkayy.9026
@berkayy.9026 6 ай бұрын
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?
@raggz220
@raggz220 5 ай бұрын
I wrote the code but for some reason the enemy doesn’t spawn after killing the first one
@AllsHyper
@AllsHyper 5 ай бұрын
Oh can you make a vid on how to make the npcs body to disappear after dead?
@Videoofwhat
@Videoofwhat 6 ай бұрын
can you make a tutorial on how to make a enemy with a gun that will shoot and kill you?
@devmelonroblox
@devmelonroblox 6 ай бұрын
yes
@Videoofwhat
@Videoofwhat 6 ай бұрын
thank you!!!
@greatestgamer001
@greatestgamer001 5 ай бұрын
ty i will use aswell
@Videoofwhat
@Videoofwhat 5 ай бұрын
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
@DraxtheGr8
@DraxtheGr8 5 ай бұрын
can u make a video on how to make ONLY-ADMIN tools? plsssssssss
@devmelonroblox
@devmelonroblox 5 ай бұрын
@@DraxtheGr8 one day I will try I’m not granting I have a very large list of tutorials to make ahaha
@suwaphitraktana-anan4846
@suwaphitraktana-anan4846 Ай бұрын
Can we spawn something else that is not npc like model monster that I build or a enemy tank
@Somedude09LLma
@Somedude09LLma 6 ай бұрын
Yo can you make a tutorial on how to make a simple fighter plane that will follow your cursor when you fly and shoots
@devmelonroblox
@devmelonroblox 6 ай бұрын
@@Somedude09LLma seems difficult but I might think about making it
@Somedude09LLma
@Somedude09LLma 6 ай бұрын
@@devmelonrobloxAlr thanks
@AllsHyper
@AllsHyper 5 ай бұрын
It doesn’t work please help I tried fixing it for hours
@Tonsofcoins67
@Tonsofcoins67 5 ай бұрын
I did the spawn script for the first one word for word, and it did nothing, what do I do?
@Tonsofcoins67
@Tonsofcoins67 5 ай бұрын
Literally nothing happens, the block doesn't work, I think I did something wrong, but it ISN'T WORKING PLSSS HELP
@Dagamerone7778
@Dagamerone7778 6 ай бұрын
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
@Dagamerone7778
@Dagamerone7778 6 ай бұрын
I'm on a Windows 11 btw
@Pwr_PlayzYT
@Pwr_PlayzYT 6 ай бұрын
@@Dagamerone7778I had the same problem u have the pull the tab from the bottom up
@Evil_it_self
@Evil_it_self 4 ай бұрын
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
@TheMostEpickestGuyOnHistory
@TheMostEpickestGuyOnHistory 26 күн бұрын
In line 3 the script word is with a capital here an example Error: (Script) Solution:(script) type in the solution
@hpq9182
@hpq9182 5 ай бұрын
can you make ammo count and ammo limit system in part 3 of making gun vids?
@banboo16
@banboo16 2 ай бұрын
Thanks, It works perfectly but there's one slight problem, They appear to be damaging each other (how can i fix that?)
@Reven8
@Reven8 Ай бұрын
watch the video buddy 4:25
@banboo16
@banboo16 Ай бұрын
@@Reven8 Thanks a ton!
@banboo16
@banboo16 Ай бұрын
@@Reven8 i was saving time btw, i was rushing the video (im very sorry)
@j45z
@j45z Ай бұрын
how do i make pieces of the NPC not hurt the player once it dies?
@devmelonroblox
@devmelonroblox Ай бұрын
You can make it so if the humanoid of the npc dies you turn off the damage script.
@Drock_11
@Drock_11 5 ай бұрын
How do I make it so a max # of enemy’s spawn
@thatyoutubeguy-md2ws
@thatyoutubeguy-md2ws 6 ай бұрын
10 min gang
@CatOfTheCentury
@CatOfTheCentury 5 ай бұрын
how to make system message that appears onserverevent?
@SamJacob6
@SamJacob6 5 ай бұрын
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 :}}}}}}}}}]
@devmelonroblox
@devmelonroblox 5 ай бұрын
@@SamJacob6 I have a lot of tutorials to make rn but I’ll take it into consideration!
@Flareonchannel
@Flareonchannel 21 күн бұрын
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-quiz
@GEO-quiz 3 ай бұрын
how can i kill the npc?
@weykn
@weykn 4 ай бұрын
doesnt work for me sadly
@TheRealVander
@TheRealVander 4 ай бұрын
why they killing each other
@zmigal
@zmigal 6 ай бұрын
firist
@devmelonroblox
@devmelonroblox 6 ай бұрын
Like always
@Drock_11
@Drock_11 5 ай бұрын
At a time
@Gostodeesportes
@Gostodeesportes 6 ай бұрын
Combat tool pls
@devmelonroblox
@devmelonroblox 6 ай бұрын
Ok!
@GGgg-wq1dd
@GGgg-wq1dd 5 ай бұрын
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
I Made a Roblox Obby That's Secretly a Horror Game
4:48
Pluto
Рет қаралды 2,2 МЛН
I Broke EVERY Roblox Rule
21:16
AintNoobie
Рет қаралды 919 М.
小丑教训坏蛋 #小丑 #天使 #shorts
00:49
好人小丑
Рет қаралды 54 МЛН
Don’t Choose The Wrong Box 😱
00:41
Topper Guild
Рет қаралды 62 МЛН
Quando A Diferença De Altura É Muito Grande 😲😂
00:12
Mari Maria
Рет қаралды 45 МЛН
Une nouvelle voiture pour Noël 🥹
00:28
Nicocapone
Рет қаралды 9 МЛН
Can 6 DEVS Make an FPS Game Without Communicating?
10:55
RoDev
Рет қаралды 436 М.
Я СОЗДАЛ 4 ИГРЫ НА 4 ДВИЖКАХ - КАКОЙ ДВИЖОК ЛУЧШИЙ?
7:30
Великие создатели
Рет қаралды 51 М.
How to Make an OXYGEN SYSTEM in Roblox Studio 2024!
7:55
DevMelon
Рет қаралды 2,4 М.
Nobody could find this ROBLOX badge. (until now)
13:05
Feodoric
Рет қаралды 779 М.
Too Much Heat (Roblox)
20:53
Remainings
Рет қаралды 2,6 МЛН
I made a TOWER DEFENSE Game in Roblox...
8:09
Gamer M8
Рет қаралды 484 М.
Can I 100% Superliminal and Get a Refund?
23:36
Gronf
Рет қаралды 395 М.
ROBLOX ADMIN EXPOSED for Disgusting Behavior (wow13524)
10:28
greenlegocats123
Рет қаралды 201 М.
Can I Make a VIRAL Roblox Game in 1 Hour?
15:16
Temprist
Рет қаралды 7 МЛН
小丑教训坏蛋 #小丑 #天使 #shorts
00:49
好人小丑
Рет қаралды 54 МЛН