Advertisement
Honansik

Roblox Demonfall Dupe Script

Nov 9th, 2021
2,009
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.21 KB | None | 0 0
  1. for i = 5,100 do
  2. local args = {
  3.    [1] = "HUD",
  4.    [2] = "Inventory",
  5.    [3] = "Drop",
  6.    [4] = "Soup" -- Change To Item Name
  7. }
  8.  
  9. game:GetService("ReplicatedStorage").Remotes.Sync:InvokeServer(unpack(args))
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement