#Ai Spawns

1 messages · Page 1 of 1 (latest)

fiery folio
#

I want to make these 2 boxes spawn enemy ais but I don't know how to do it

frail kelp
#

:clone()

fiery folio
frail kelp
#

For example for a simple script put ur npcs in replicated storage and make script where you define a spawn function where an npc will be chosen(you can fo this with match.random for example) and if the number is equal to 1, 2, 3 etc. then Clone that npc and position it to the parts position

#

This is a very basic script tho

#

And also you want to make a loop so it runs like every 2 seconds( you can choose any amount of time )

#

This is a very very basic concept

fiery folio
#

alright

warped flax
fiery folio
#

alright thanks