Advertisement
Honansik

The Winter Escape Infinite Cheer Script

Dec 10th, 2021
811
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.57 KB | None | 0 0
  1. while true do wait()
  2. -- Script generated by SimpleSpy - credits to exx#9394
  3.  
  4. local args = {
  5.     [1] = {
  6.         [1] = {
  7.             [1] = "Mug",
  8.             [2] = "ShortRoundMug"
  9.         },
  10.         [2] = {
  11.             [1] = "Cream",
  12.             [2] = "WhippedCreamGreen"
  13.         },
  14.         [3] = {
  15.             [1] = "Topping1",
  16.             [2] = "CrushedCandyCane"
  17.         },
  18.         [4] = {
  19.             [1] = "Topping2",
  20.             [2] = "CandyCane"
  21.         }
  22.     }
  23. }
  24.  
  25. game:GetService("ReplicatedStorage").RuntimeEvents.CocoaExit:FireServer(unpack(args))
  26. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement