Hello, I am trying to send a colour value through to another colour value but it doesn’t send and generates an error.
Script:
script.Parent.MouseButton1Click:Connect(function()
script.Parent.Parent.Parent.VehicleValue.Value.Body.VehicleSeat.Color.Value = script.Parent.Parent.ColorValue.Value
script.Parent.Parent.Parent.Parent.Vehicle_Info:Destroy()
script.Parent.Parent.Parent.VehicleValue.Value.Body.VehicleSeat.Vehicle_Info:Destroy()
script.Parent.Parent.Parent.VehicleValue.Value.Body.VehicleSeat.Vehicle_Info_Script:Destroy()
end)
Error:
Value cannot be assigned to - Server - Script:2