How do I make a part follow the player movements?

  1. What do you want to achieve? I want a decoration part to move with the player, so like if the player moves, the part won’t get closer to the player.

  2. What is the issue? I don’t know how to start and how to script.

  3. What solutions have you tried so far? I tried finding free models but there are none, and I can’t find anything related to this.

1 Like

You can achieve this using welds or weld constraints. This requires no scripting. You can just place a weld constraint inside one object that you want to weld, then attach the parts together using the Part0 and Part 1 properties.

So I need to make a model with 2 parts and put a weld in both parts?

No, you need to weld a part to a part in the player (such as their head). This requires some scripting since you can’t get the player from roblox studio.