Survive the Killer! | Collect all loot

Uploaded On
Script Credit :- Vanis#4083
Features

Collect all loot
 

Script
--BROUGHT TO YOU BY RobloxScripter.com!--

for i, v in next, game:GetService("Workspace").CurrentMap.Loot:GetDescendants() do if v.Name:match("LootProxBlock") then sethiddenproperty(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart,"CFrame",v.CFrame) wait(.2) for i=1,2 do wait() game:GetService("VirtualInputManager"):SendKeyEvent(true, "E", false, game) end end end