Skip to content

Debug Commands

HumanoidSandvichDispenser edited this page Oct 8, 2024 · 1 revision

Debug.GiveItem(string itemName)

Gives an item to the player, using the item res://Items/{itemName}.tres. For example, Debug.GiveItem("Weapons/Sword") gives a sword (res://Items/Weapons/Sword.tres)

Clone this wiki locally