I'm trying to make an enemy model spawn in front of a door with a script but it doesn't work. I put it in ReplicatedStorage and tried making a lot of different scripts to see if it would work but it didn't.
I'll just put this as an example of what I mean more clearly. So the game Piggy has the piggy spawning in front of a door after 30 seconds. And I'm trying to do the same thing.
Script inside model:
local clone = script.Parent:Clone() clone.Parent = game.Workspace
Closed as Not Constructive by PrismaticFruits, Xapelize, ScuffedAI, moo1210, AntiWorldliness, and killerbrenden
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?