The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Speed Run SImulator script pastebin roblox
By LINK GAME on 2024-11-09 08:00 am | Syntax: LUA | Views: 17



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1.  for i=1,40 do -- lower the loop if you have small inventory
  2. local args = {
  3.     [1] = "PET",
  4.     [2] = " ",
  5.     [3] = "Sparks Kilowatt"
  6. }
  7.  
  8. game:GetService("ReplicatedStorage").Remotes.AwardPrize:FireServer(unpack(args))
  9. wait(0.2)
  10. local args = {
  11.     [1] = "PET",
  12.     [2] = " ",
  13.     [3] = "Fey Yoshida"
  14. }
  15.  
  16. game:GetService("ReplicatedStorage").Remotes.AwardPrize:FireServer(unpack(args))
  17. wait(0.2)
  18. local args = {
  19.     [1] = "PET",
  20.     [2] = " ",
  21.     [3] = "AJ Striker"
  22. }
  23.  
  24. game:GetService("ReplicatedStorage").Remotes.AwardPrize:FireServer(unpack(args))
  25. wait(0.2)
  26. local args = {
  27.     [1] = "PET",
  28.     [2] = " ",
  29.     [3] = "Wren Brightblade"
  30. }
  31.  
  32. game:GetService("ReplicatedStorage").Remotes.AwardPrize:FireServer(unpack(args))
  33. wait(0.2)
  34. end
  35.  
  36. print("pets go brrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr")



  • Recent Roblox Scripts