I want to know the nearest creature’s transform from player! How can I get that?
You can use the distance function through an array of creatures and then use the creature that returns the smallest distance value
Thank you I hope this will help me out