local remote = game.ReplicatedStorage:WaitForChild("GiveToolEvent")
-- Put in a part (Script) script.Parent.Touched:Connect(function(hit) if hit.Parent:FindFirstChild("Humanoid") then local tool = game.ReplicatedStorage.Sword:Clone() tool.Parent = hit.Parent.Backpack end end) fe script roblox