The Survival Game Script | DUPE

Created by Rileko#7382

Features:

  • DUPE SCRIPT
    • Must have 1 of the item
    • Use Remote Spy and find The chest name (in parenthesis) and the item id (arg 2)
local args = {
    [1] = workspace.placedStructures:FindFirstChild("-7, 5").Chest,
    [2] = 144,
    [3] = -666
}

game:GetService("ReplicatedStorage").remoteInterface.inventory.take:InvokeServer(unpack(args))