Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[
- Credits to; Xiu
- Official thread; https://v3rmillion.net/showthread.php?tid=938646
- --------------------------------------------------------------------------------
- Script was provided from the official Demon Slayers Community Server; https://discord.gg/ADEVZ5R
- Official thread; https://v3rmillion.net/showthread.php?tid=936292 |<-- More info
- ]]--
- _G.Sell = true
- while _G.Sell == true do
- for i,v in pairs(game.Workspace.Object_Storage:GetDescendants()) do
- local R = game.ReplicatedStorage.Events.Removal_Event
- if v:IsA("Model") then
- R:FireServer(v,v.Parent)
- end
- end
- wait(0.000000000000000001)
- end
Add Comment
Please, Sign In to add comment