Separate names with a comma.
So I'm trying to make a weapon that can charge shoot, but the current chargeshot ability doesn't make any sound when charging, so I tried copying,...
Hello. Im currently making a .lua file for an energy sword i made. I want it to retract and go inactive once you run out of energy. However, there...
So I have an activeitem lua script that involves conducting a series of checks on the object the player is clicking on with the item and then...
So I'm just getting into modding since about yesterday. I have programming experience, so I'm not entirely helpless (although LUA is new to me),...
Hey folks I have a vehicle that I want to open up the vanilla teleportation menu when lounging. Is there a possible way to open a GUI window...
So, i'm trying to create a better paint tool than the one the base game gives you. I've been fairly successful so far and have figured out how to...
To clarify on the topic title, I need help with knowing how to play two sounds for an alt-fire ability on a weapon I am creating for end-game use...
Would it be possible for anybody to help me learn lua at all?
Can anyone give me guidance in lua scripting? I'm attempting to make a simple toggle on/off switch much like the flashlight. As a matter of fact...
If you are also having trouble with powers, use the carrot (^) as math.pow gives an error. (Original file rewardbag.lua) local level =...
Would like if someone could help me with this... just started messing with .lua stuffs not long ago crashed almost when object is placed. what I...
This mod is meant to be used by other mods. It doesn't affect your game by itself. It's also fairly complex due to how the lua code works in...
So I've created an item, a new stimpack that is supposed to, on consumption/use, spawn an item. The lua doesn't quite work, but it is also...
Is there a way to open player's inventory from a UI Lua Script?
I've made a mod, but currently I have a large issue with it. The mod changes the textures of many blocks, including dirt and cobblestone to be...
Hello. I'm very new to lua and modding. Sorry for bad english because I'm not native. Playing with lua, I finally knew to access information of...
This question came up in the Discord, and we realised that none of the people around knew the answer. Obviously projectile.getParameter is only...
I'm experiencing very odd loading/unloading behavior as I leave an area. Here's my setup, I created a simple test block with the following...
So I am trying to make a hostile monster that can evolve after a certain period of time, but when I spawn the monster it has the evolve animation...
I'm trying to make a status effect that (as the title says) makes your energy slowly deplete. I thought adding a minus in front of the regen bonus...