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



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1.  -- Collect Brains
  2. game.ReplicatedStorage.Remotes.TellPlayerNewPower.OnClientEvent:Connect(function(egg,salad,cum,cock)
  3.     -- Variable
  4.     local femboy = workspace.Games[egg]
  5.     -- Grab
  6.     game.ReplicatedStorage.Remotes.CashPower:FireServer(egg,salad)
  7.     -- Update
  8.     femboy:SetAttribute("Brains",femboy:GetAttribute("Brains")+cum)
  9.     -- Remove
  10.     femboy.ThingsToReset:WaitForChild(cock.Name):Destroy()
  11. end)
  12.  
  13. -- Collect Suns
  14. game.ReplicatedStorage.Remotes.TellPlayerNewSun.OnClientEvent:Connect(function(egg,salad,cum,cock)
  15.     -- Variable
  16.     local femboy = workspace.Games[egg]
  17.     -- Grab
  18.     game.ReplicatedStorage.Remotes.CashSun:FireServer(egg, salad);
  19.     -- Update
  20.     femboy:SetAttribute("Suns",femboy:GetAttribute("Suns")+cum)
  21.     -- Remove
  22.     femboy.ThingsToReset:WaitForChild(cock.Name):Destroy()
  23. end)