local args = { [1] = "HUD", [2] = "Inventory", [3] = "Drop", [4] = "Perfect Crystal", --name of the item you wanna dupe must have atleast 1 in inventory the name of the item is gonna be always the same as in inventory. [5] = -math.huge --negative numbers only } game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("Sync"):InvokeServer(unpack(args))