#Child Doesn't Follow Parent

1 messages · Page 1 of 1 (latest)

fringe pollen
#

Hello, I have this hook that whenever it lands on a box, it supposes to follow that box wherever the box's position is. I have already made so that the box that got hit will be the parent and the hook will be it's child. When I move the box around the scene (by going to the scene editor, click, and move), the hook follows the box, but if the box happens to get pushed manually by the player or the box falls, the hook won't follow and stay like in this picture. How do I fix this?

shy moat
#

Fun Fact: The child is a spoiled brat........

tardy crestBOT
#

Use codeblocks to send code in a message!

To make a codeblock, surround your code with ```
To use C# syntax highlighting add cs after the three back ticks like so:

```cs
// your code here
```

To send lengthy code, paste it into https://paste.myst.rs/ and send the link of the paste into chat.

storm valve
#

are you using a rigidbody? when you parent a rigidbody you should make it kinematic if you want it to follow

fringe pollen
fringe pollen