Advertisement
UNKNOWNSCRIPTER12

homework lifting simulator script auto buy eggs thread

Mar 29th, 2021
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. while true do
  2. local args = {
  3. [1] = 3
  4. }
  5.  
  6. game:GetService("ReplicatedStorage").Events.BuyEgg:FireServer(unpack(args))
  7. wait()
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement