Tanjiro-Kamado

Build to Survive Island | Infinite Cash

Jan 31st, 2020
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.62 KB | None | 0 0
  1. --[[
  2. Credits to; Xiu
  3. Official thread; https://v3rmillion.net/showthread.php?tid=938646
  4. --------------------------------------------------------------------------------
  5. Script was provided from the official Demon Slayers Community Server; https://discord.gg/ADEVZ5R
  6. Official thread; https://v3rmillion.net/showthread.php?tid=936292 |<-- More info
  7. ]]--
  8.  
  9. _G.Sell = true
  10. while _G.Sell == true do
  11.  for i,v in pairs(game.Workspace.Object_Storage:GetDescendants()) do
  12.    local R = game.ReplicatedStorage.Events.Removal_Event
  13.    if v:IsA("Model") then
  14.      R:FireServer(v,v.Parent)
  15.    end
  16.  end
  17.  wait(0.000000000000000001)
  18. end
Add Comment
Please, Sign In to add comment