--Infinite Money local player = game.Players.LocalPlayer local hmrp = player.Character.HumanoidRootPart local loot = workspace.Lootable.L4:FindFirstChild("Loot4") local givemoney = 100 --edit for money it multiplies by 10000 hmrp.CFrame = CFrame.new(5006, 69, -2271) --remove this part if you die when executing task.wait(1) hmrp.CFrame = loot.CFrame + Vector3.new(0,5,0) task.wait(1) for i = 1, givemoney do task.spawn(function() fireproximityprompt(loot.ProximityPrompt) end) end --Infinite Health local args = { [1] = { [1] = { [1] = "\16", [2] = -1000 --edit this for health } } } game:GetService("ReplicatedStorage"):WaitForChild("RemoteEvent"):FireServer(unpack(args))