Survive the Killer! | Collect all coins

Uploaded On
Script Credit :- Vanis#4083
Features

Collect all coins

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

for i, v in next, game:GetService("Workspace").CurrentMap.Coins:GetDescendants() do if v.Name:match("Coin") then sethiddenproperty(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart,"CFrame",v.CFrame) end end