Sun = "TanjiroSword" Thunder = "Thunder" Water = "Water" function boop(Player) if not Player.Backpack:FindFirstChild(Sun) then local Tool = game.ServerStorage[Sun]:clone() Tool.Parent = Player.Backpack if workspace.Lightning or Water then workspace.Lightning.ClickDetector:Destroy() workspace.Water.ClickDetector:Destroy() end end end script.Parent.ClickDetector.MouseClick:Connect(boop)