How to make the free roblox battle royale guns be able to headshot?

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!
    So I am making a game which has the free roblox battle royale guns and I want to make them able to headshot, the guns damage the player the same around the whole body, but I want it to be able to damage 10 more to the head. Btw here the link to the free Roblox battle royale guns : Weapons Kit | Roblox Creator Documentation

  2. What is the issue? Include screenshots / videos if possible!
    I have tried but I can’t get it to work, btw if you say in the script, if the objects name that the bullet hit is “Head”, it doesn’t work for some reason.

  3. What solutions have you tried so far? Did you look for solutions on the Developer Hub?
    I have tried Youtube and Devforum.

1 Like

Can you show the part you modified?

Here

target is a Humanoid, it will never be a part. You need to modify what calls the function instead, to add extra damage for headshots.

Can you show us what hitInfo has inside of it? You might be able to use that to change the amount of damage dealt.