Can somebody tell mne whats worng with my set relative locations?

1 Like

There are a lot of ways of setting location, but you’ve got them all jumbled up here.

You need to either call interp on tick, or use a timeline. You can’t do both :slight_smile:

If you using interp, then you sample the current value ( location ), and give it the target value.

If you’re using timelines, you need to figure out both ( the start point and end point ) before using the timeline. And then just keep them as constants during the process.

Tell me how it goes :slight_smile:

It worked . Thanks.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.