Advertisement
Xnatee

Robloxian Highschool FE Spam Trash Bag Script

Jul 5th, 2022
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. while true do wait()
  2.  
  3. local args = {
  4. [1] = 21, --the size of the trash bags
  5. [2] = 1 --the stink(?) sort of thing (0 makes the trash bags have stink lines but every other number doesnt)
  6. }
  7.  
  8. game:GetService("ReplicatedStorage").Systems.CookingFurniture.GetTrashBag:InvokeServer(unpack(args))
  9.  
  10.  
  11.  
  12. local args = {
  13. [1] = game:GetService("Players").LocalPlayer.Character.TrashBag,
  14. [2] = Vector3.new(-0.4494800567626953, -0.10170558094978333, -0.887481689453125)
  15. }
  16.  
  17. game:GetService("ReplicatedStorage").Modules.ObjectCode.FoodTools.TrashBag.ReplicateThrow:FireServer(unpack(args))
  18. -- Script generated by SimpleSpy - credits to exx#9394
  19.  
  20. local args = {
  21. [1] = game:GetService("Players").LocalPlayer.Character.TrashBag,
  22. [2] = Vector3.new(0.10269137471914291, 0.18327827751636505, 0.9776827096939087)
  23. }
  24.  
  25. game:GetService("ReplicatedStorage").Modules.ObjectCode.FoodTools.TrashBag.ReplicateThrow:FireServer(unpack(args))
  26.  
  27. -- Script generated by SimpleSpy - credits to exx#9394
  28.  
  29. local args = {
  30. [1] = game:GetService("Players").LocalPlayer.Character.TrashBag,
  31. [2] = Vector3.new(-0.9660516977310181, -0.17941786348819733, -0.1858854591846466)
  32. }
  33.  
  34. game:GetService("ReplicatedStorage").Modules.ObjectCode.FoodTools.TrashBag.ReplicateThrow:FireServer(unpack(args))
  35.  
  36. end
  37.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement