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



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. _G.farm = false
  2.  
  3. while wait() do
  4. if _G.farm == true then
  5. local A_1 = game:GetService("Workspace").GameMap.Ferns.Fern
  6. local A_2 = 2
  7. local Event = game:GetService("Workspace").GameEvents.EatPlant
  8. Event:FireServer(A_1, A_2)
  9.    end
  10. end