You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 10, 2026. It is now read-only.
I just found an error and some suggestions regarding this function.
Error: function BuildingHelper:BlockPSO(size, location) -- if size == 0 then return end -- size can be nil, when no KV "PathingSize" has been set if size == 0 or size == nil then return end
Suggestions:
Add Upgrade Duration to the Function
Add Modifier Copy & Paste from the old Building to the new.
Make new Building selected by Default
Remove Building Invulnerable from newly spawned Building
I just found an error and some suggestions regarding this function.
Error:
function BuildingHelper:BlockPSO(size, location) -- if size == 0 then return end -- size can be nil, when no KV "PathingSize" has been set if size == 0 or size == nil then return endSuggestions: