So, I am a developer of a border game.
I need to create morphs and I need to make sure every team rank has its own morph. For example, Team: Guarding Battalion Rank: Sun Protector and that has its own morph. Teams are Roblox communities and the ranks are group rank numbers.
I am struggeling with my scripts as the morphs are 3D and so a full model, I keep getting loop killed somehow. I am not sure on how to fix this.
I just need help on the scripts that makes sure the morphs are working, and the morphs are different for each team and team rank.
Thanks! Dm me if you want me to provide you the 2 scripts, MorphConfig (ModuleScript) and MorphSystem (Script). Both are placed inside ServerScriptService.
ALSO NOTE: I am not an expert at scripting.