Facebook
From Michał, 2 Years ago, written in Lua.
This paste is a reply to Eye Script from olimaly - view diff
Embed
Download Paste or View Raw
Hits: 145
  1. script.Parent.MouseClick:Connect(function(plr)
  2.         plr.leaderstats.Eyes.Value = plr.leaderstats.Eyes.Value + 1
  3.         script.Parent.Parent:Destroy()
  4.        
  5. end)