So I was trying to make a character mod, but it crashes the game, and the error log shows this to me:
[string "../mods/mod-bell/modmain.lua"]:1: attempt to call global 'require' (a nil value)
And this is what I have in string 1:
local MakePlayerCharacter = require ("prefabs/player_common")
Which I feel little confused, I will be very appreciated if someone can give me any suggestion to solve this problem