Originally Posted by Jontor Put the code below in one-liner or execute it on a specific label Code: local list = {"sword", "plate shield", "chain armor"} Self.DropItems(Self.Position().x, Self.Position().y, Self.Position().z, list) Here you go from another thread.
local list = {"sword", "plate shield", "chain armor"} Self.DropItems(Self.Position().x, Self.Position().y, Self.Position().z, list)
Forum Rules