script.Parent.MouseButton1Click:Connect(function(Player) if game.Workspace.SeesWhatHighlighterYouChoseDuring.BrickColor == BrickColor.new("Really red") then local laser = game.ReplicatedStorage.HighlighterWithLaserBackSights:Clone() laser.Parent = Player.BackPack Player.BackPack.Highlighter:Destroy() laser.Name = "Highlighter" end
I dont think that you have mentioned the part where you have to delte old stuff and give new ones