Need help with making AI script

Hello, the lost people,

I need help with making an AI script. How can I make a ai script that chases a player with a tag from CollectionService: GetTagged("Player")? Hope you can help :>

Hello!

If you’re chasing after all players, you can just loop through players with Players:GetPlayers(), and either way you can use it to loop through the players and find the ones with the collectionservice tag

1 Like