Categories > Exploiting > Scripts >
Need help finding a elemental battle grounds script
Posted
the only one i can find for farming Shards is
local toMove = {Shard = true, Diamond = true}
while wait() do
for _, object in pairs(workspace['.Ignore']['.ServerEffects']:children()) do
if toMove[object.Name] then
object.Position = game.Players.LocalPlayer.Character.Torso.Position
end
end
end
old script dosent work anymore what it did is it teleported all diamonds and shards to you. if anyone sees this that can make a script that teleports me to the shards, instead of the other way around it would be greatly appeciated
game link:https://www.roblox.com/games/566399244/Elemental-Battlegrounds?refPageId=20ff1d03-5233-4594-8211-3940cc8c7628
Violex#0958
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post