game.ReplicatedStorage.remote.remote1:FireServer('basicwhite','255, 255, 255')
--After i send a signal through this script
--Replace the Color3 value of Shirt Graphic with 255, 255, 255.
game.ReplicatedStorage.remote.remote1.OnServerEvent:Connect(function(c, f, n)
c.Character:FindFirstChild('Shirt Graphic').Color3 = n
end)