local script
local RS = game:GetService("ReplicatedStorage") local doges = 0 RS:WaitForChild("dogecaptured").OnClientEvent:Connect(function(player, sus) local doges = doges + 1 player.PlayerGui.Doges.ImageLabel.TextLabel.Text = doges print(doges.. " " .."Doges") end)
script
if sus.Parent.Humanoid.Health == 0 then sus.Parent.Head.Wow.Playing = true RS.dogedamageclone:FireClient(player, sus) end