Advertisement
DashaBars

Coffee Simulator

Jan 23rd, 2021
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. _G.LULU = true
  2. while _G.LULU do
  3. wait(.5)
  4. if game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool") then
  5. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool"):Activate()
  6. end
  7. end
  8.  
  9. _G.LULU = true
  10. while _G.LULU do
  11. wait(1)
  12. local A_1 = "coffeeu"
  13. game:GetService("ReplicatedStorage").Upgrades:FireServer(A_1)
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement