Hello again developers!
So, i still working on (https://www.roblox.com/groups/9364781/Seas-Conflict#!/about, with @u_Cirrus) and i would like to get your feedback about the game’s team switch.

Sorry for the low quality.
Hello again developers!
So, i still working on (https://www.roblox.com/groups/9364781/Seas-Conflict#!/about, with @u_Cirrus) and i would like to get your feedback about the game’s team switch.

Sorry for the low quality.
Aye! That looks really cool! How did you do the colors? Tweens? Can you send me a link to how you’re able to transition from one color to another?
Thanks! Yes im using TweenService, lemme get a part of the code here:
local TweenService = game:GetService("TweenService")
TweenService:Create(Instance, TweenInfo.new(.5), {Property you want to change}):Play()
To know more about, you can read this article:
Looks really nice! I can’t tell if its the lag but the movement on the switch is slow.
Its probably just lag but either way I like it.
Thanks! the siwtch movement is slow because im using gyazo free version, so the quality is very very low and for some reason it makes the gif run slower.
Anyway I can make the switch run faster with TweenService.