Advertisement
ERROR_CODE

Cookie Clicker

Sep 1st, 2024
357
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.37 KB | None | 0 0
  1. CookieGui = Instance.new("ScreenGui")
  2. Frame = Instance.new("Frame")
  3. Cookie = Instance.new("ImageButton")
  4. Cookies = Insatnce.new("TextLabel")
  5. Cursors = Instance.new("ImageLabel")
  6. CursorsImg = Instance.new("ImageLabel")
  7. CursorCurs = Instance.new("TextLabel")
  8. DedstroyFrameButton = Instance.new("ImageButton")
  9.  
  10. CookieGui.Name = "CookieGui"
  11. CookieGui.Paren = game.CoreGui
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement