how to add a damage decimal in roblox studio

  1. Open Roblox Studio and navigate to the Explorer panel.
  2. Locate the object you want to add the damage decimal to, such as a weapon or enemy.
  3. Right-click on the object and select "Insert Object" from the menu.
  4. Choose "NumberValue" from the list of objects to insert a new NumberValue object.
  5. Rename the NumberValue to "Damage" or a similar descriptive name.
  6. Set the Value property of the NumberValue to the desired damage amount, such as 10 for 10 damage.
  7. Use this NumberValue in your scripts to access and apply the damage amount as needed.