Skip to content

LootItemTo

Description

LootItemTo is a Server/Host ONLY Function
Loots an item from the world to the Character being passed into this function. If the granting fails, this function will return false.

Example
local testVariable = LootItemTo(nil, GetLocalCharacter())
Usage

network usage: Server/Host ONLY
returns: bool
parameters:
- item (Item)
- character (Character)