@Wesker or you can do
orCode:Creature('NPC'):Follow()
orCode:Creature.New('NPC'):Follow()
etc.Code:local npc = Creature.New('NPC') npc:Follow()
@Wesker or you can do
orCode:Creature('NPC'):Follow()
orCode:Creature.New('NPC'):Follow()
etc.Code:local npc = Creature.New('NPC') npc:Follow()