Facebook
From Blush Earthworm, 3 Years ago, written in Go.
This paste is a reply to Eye Script from olimaly - go back
Embed
Viewing differences between Eye Script and Re: Eye Script
script.Parent.MouseClick:Connect(function(plr)
        plr.leaderstats.Eyes.Value = plr.leaderstats.Eyes.Value + 1
        script.Parent.Parent:Destroy()
        
end)