Hey question, we have arena places and the main battlegrounds, the problem is that I make constant changes to the combat system, is there a way to sync both combat systems? If I change one the other changes as well?
1 Like
I mean this is pretty broad do you mean like stuff like damage that particular weapons do or do you mean completely different effects and different animations to be used in the combat system?
^ Yup.
Assuming you’re trying to make major changes, you’d have to copy over the new code to the other place. If it’s small things like weapon damage, you could use some kind of self-hosted API for it, I dunno.
1 Like
I think the feature you’re looking for is PackageLinks:
Let’s say I have a combat system with 20 module scripts. I want all changes made between those files to be applied to all 3 places.
That’s exactly what PackageLinks do… I think you should research more about it.