Hide and Seek Extreme grab all coins

Description

grabs all coins once


local hrp = game.Players.LocalPlayer.Character.HumanoidRootPart
local oldPos = hrp.CFrame
for _, v in pairs(workspace.GameObjects:GetChildren()) do
	if v.Name == "Credit" then
		hrp.CFrame = v.CFrame
		hrp.Velocity = Vector3.new(0,0,0)
		wait(0)
	end
end
hrp.CFrame = oldPos
hrp.Velocity = Vector3.new(0,0,0)

⚠️ Warning: Do not download any extensions or anything other than .txt/.lua file, because script will download only in .txt/.lua format or It will redirect you to a pastebin link.

📋 Notice: If you find any of the scripts patched or not working, please report it to Forever4D through Discord. The script will be removed or marked as patched!