Instance.new("Tool", game:GetService("Players").localPlayer.Backpack) Instance.new("Part", game:GetService("Players").localPlayer.Backpack.Tool) --part Creator and Tool game:GetService("Players").localPlayer.Backpack.Tool.Part.Name = "Handle" game:GetService("Players").localPlayer.Backpack.Tool.Name = "YT" --Tool And Part Namer tool you can edit but the part No if game:GetService("Players").localPlayer.Backpack.YT then warn("Tool Added in Players.localPlayer.Backpack") end --here is the script for the add Tool --now destroy Tool if game:GetService("Players").localPlayer.Backpack.YT then print("Tool Found Destroying Tool") end wait(1) game:GetService("Players").localPlayer.Backpack.YT:Destroy() if game:GetService("Players").localPlayer.Backpack then warn("Tool not found This Script Worked!") end --for Create A Team Instance.new("Team", game:GetService("Teams")) game:GetService("Teams").Team.Name = "NewTeam"