18 lines
384 B
Lua
18 lines
384 B
Lua
-- DO NOT EDIT THESE SETTINGS, THIS IS JUST A TEMPLATE --
|
|
|
|
local clientsidesettings = {}
|
|
|
|
clientsidesettings.targetnoninteractable = "False"
|
|
|
|
clientsidesettings.targetingsetting = "Objects"
|
|
|
|
clientsidesettings.tagstotarget = ""
|
|
|
|
clientsidesettings.movementamount = 1
|
|
|
|
clientsidesettings.targetitems = false
|
|
|
|
clientsidesettings.targetparentinventory = false
|
|
|
|
return clientsidesettings
|