@r4gingwolffe I'm still not sure what exactly it is. The actual shadow of the erdtree kinda makes sense, but why the veil and leaking gold stuff? They said the DLC would answer questions, not make them😭
@Ctrekoz @ragingwolffedmc I love the idea of a playable credo, would've had so many combo options from just his existing moves. Maybe the spear throw as an air taunt??
@VoldexGames The player has network ownership of their character, why pass through a remote? This only increases latency and will not in any way prevent exploits
@plasma_node Not a fair comparison. Luau doesn't even have its type defined.
You can use either Record<string, T> or Map<string, T> to define your LocationList.
As for iteration, there's no need for the Object library:
for (const [k, v] of pairs(LocationList)) {}