Advertisement
NoTextForSpeech

pet story auto hatch

Mar 6th, 2024
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. while true do
  2. local args = {
  3. [1] = "Toilet_Box"
  4. }
  5.  
  6. game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("Boxes"):WaitForChild("RequestBoxUnlock"):InvokeServer(unpack(args))
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement