How to give any tool the creator tag, so when you hit someone that person is tagged.
In a local script inside tool:
local plr = game.Players.LocalPlayer local tag = Instance.new("ObjectValue", script.Parent) tag.Name = "creator" tag.Value = plr