Facebook
From Michał, 2 Years ago, written in Lua.
This paste is a reply to Eye Script from olimaly - go back
Embed
Viewing differences between Eye Script and Pański
script.Parent.MouseClick:Connect(function(plr)
                plr.leaderstats.Eyes.Value = plr.leaderstats.Eyes.Value + 1
                script.Parent.Parent:Destroy()
        
       
end)