Is it possible to make one object follow another object?

A couple of my students ( 5th Grade ) are trying to learn how to make a dog follow a player even when the player moves. I know this might be an advance task but I was wondering if there was any way to do this task?

1 Like

Hi! Try to attach the dog the player when an event happens (collides with something or touch a button) and set the distance with the player in a short period of time.

Hope this helps you :slight_smile:

1 Like

Hi @jbrown,

You can remix this CoSpace:

Hope that helps! Let me know if you have any further questions about this. If this solves your problem, please mark this post as the Solution.

Many thanks,
Geoff @ TechLeap

2 Likes

You can put both of them on a path, then code it so they both move on the path with the same amount of time. This video is for the camera, but it is the same concept. Instead of using a cuboid and camera, use the dog instead.

1 Like