Arsenal Script | VALENTINES DAY EVENT – FARM HEARTS

Png-25-1-300x169-1.png

Created by Isaaa#2824

Features:

--Create Platform
local platform = Instance.new('Part', workspace)
platform.Size = Vector3.new(1000,0,10200)
platform.Anchored = true
platform.Position = Vector3.new(100,-250,-200)
platform.Name = "bro"
platform.Locked = true

--Define Locals
local Plr = game:GetService("Players").LocalPlayer
local startcount = Plr.PlayerGui.Menew.ValentinesDay.Container.In.NewStat.Text
local lastpos = 100.312464, -246.67946, -190.512454
local count = 0
local me = Plr.Character

print(startcount)

-- Watch for heart spawns then teleport
game.Workspace.Debris.ChildAdded:Connect(function(v)
   if v.Name == "Heart" and v ~= nil then
       me.HumanoidRootPart.CFrame = v.CFrame
       count = count+1
       print(count)
   end
end)

-- If removed teleport to baseplate
game.Workspace.Debris.ChildRemoved:Connect(function(v)
   if v.Name == "Heart" then
       me:MoveTo(Vector3.new(lastpos))
   end
end)

 

ENJOY!

 

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script or Get it from Pastebin!

About Us

What is arponag.xyz? arponag.xyz is a website focused on releasing safe exploits, we only release the best and most trusted exploits on our website, guaranteed to satisfy you. Contact us [email protected]

Safety

Is this safe to use? Everything on the website has been scanned and tested by professionals and the community, we only release the best exploits for our users, so we make sure that our exploits won’t harm your devices, everything here is clean.

Copyright © 2018 – 2020 Arpon AG | All rights reserved |
Privacy Policy | Terms of Service