i wasn’t sure what category to put this in so sorry if it is in the wrong one
so i was trying to add a sword fight mode in my game, but for some reason these basic roblox toolbox swords are not dealing damage to players. i am confused because i tried the same sword in a different game, and it worked fine, but it doesn’t in this game, even in the starterpack.
If swords from the Roblox toolbox are functioning in other games but not in yours, it’s possible that a script or setting in your game is causing the sword to malfunction. Make sure your game doesn’t have any collision or hit detection problems. Hits may not always register on the sword if there are non-collapsible sections or if layers are obstructing the swing.
To find out whether something is stopping the swords from doing damage, check your game settings. Your game may have various settings, for instance, when it comes to player damage or interactions. Make sure the sword has all the necessary scripts attached to it. Some toolbox items come with scripts that are essential for their operation. If these scripts are missing or have been modified, the sword might not work correctly.
in order to find this problem, i deleted everything in the game (except for the sword, platform, and spawn), the sword in this game still did not work, so i dont know.
but thank you for trying! ill keep working this out.