Skip to content

Instantly share code, notes, and snippets.

View ItzLue's full-sized avatar

Loui Nissen-Petersen ItzLue

View GitHub Profile
@ItzLue
ItzLue / main.lua
Created January 21, 2024 22:39
Palworld - Max level mod
NotifyOnNewObject("/Script/Pal.PalGameSetting", function(PalGameSetting)
PalGameSetting.BuildExp = 99999
PalGameSetting.CraftExp = 99999
end)