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



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. local ohString1 = "CollectStarterPet" --Name pet/Название пета local ohTable2 = {     ["Id"] = 22 }  for i = 0 , 200 , 1 do     game:GetService("ReplicatedStorage").RemoteEvent:FireServer(ohString1, ohTable2) end;