Problem with welding part to player

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? Keep it simple and clear!
    i want to make fighting system using hitboxes

  2. What is the issue? Include screenshots / videos if possible!
    hitbox does not catch up with player so i welded it and now it looks like this (players stops for a second in the air)

  3. What solutions have you tried so far? Did you look for solutions on the Developer Hub?
    I looked on developer hub but there are no informations about solution to my problem

2 Likes

Make sure the hitbox part has Anchored set to false and Massless set to true

1 Like

Is the Hitbox welded to the players arm?
It needs to be CanCollide false as well.

Set the network ownership to the player.

What’s the problem besides the welded hitbox being visible? Also, are you welding the hitbox on the server or the client?

welding is on a server and the hitbox stops player in the air for a second

Make sure the part is unanchored, and turn off CanCollide.

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